Version 1.0.0
Breaking Changes
- Support for django-tenant-schemas has been removed due to last release being in 2017
- Removed
tenant_users.compat
module as you can now directly import fromdjango_tenants.utils
Features
- Adds
settings.TENANT_SUBFOLDER_PREFIX
support fromdjango_tenants
#85 - Adds support for Django 4.0 #158
- Drops
django 3.1
support - Drops
python 3.6
support
Bug Fixes
- Fixes string representation of
UserTenantPermissions
object #84
Misc
- Testing has been simplified to a single test project
- Moves to Github Actions strategy.matrix
New Contributors
- @JupiterThreads made their first contribution in #86
Full Changelog: 0.4.0...1.0.0