The following list describes the changes by component:
Bug fixes:
- Fix "Table 'django_session' doesn't exist" error
Fixes the "Table 'django_session' doesn't exist" error for new installs. For existing databases, run the following commands to create the table:django-admin migrate --fake sessions zero django-admin migrate
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies