Version 0.4.0
Bug Fixes
- Replace deprecated
connection.get_schema()
withconnection.schema_name
Features
- Adds
python3.7
,python3.8
,python3.9
support - Adds
django2.2
,django3.1
,django3.2
support - Drops
python3.5
support - Drops
django1.11
support
Improvements
- Implemented
tenant_cached_property
to reduce number of queries for user permissions - Adds CHANGELOG
- Moves to
poetry
- Adds initial set of tests
- Use
nox
for testing - Adds
mypy
support - Adds
black
andwemake-python-styleguide
support - Refactored test project into one project per framework
Full Changelog: https://github.com/Corvia/django-tenant-users/commits/0.4.0