Releases: hugobessa/django-shared-schema-tenants
Releases · hugobessa/django-shared-schema-tenants
0.1.0
- Drops support to Django 1.8
- Drops support to Django 1.9
- Drops support to Python 3.4
- Adds support to Python 3.6
- Adds more tests
- Improves settings flow
- Bug fixes
0.0.3
-
Makes managers compatible with old Django versions (1.8 and 1.9)
This is a breaking change, since "objects" attribute is not one of the tenants managers anymore in Django 1.8 and 1.9 . Now you can access them throw tenant_objects.
First Release
0.0.2
Merge branch 'master' of github.com:hugobessa/django-shared-schema-te…