Skip to content

Releases: hugobessa/django-shared-schema-tenants

0.1.0

31 Oct 12:53
Compare
Choose a tag to compare
  • 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

29 Aug 15:24
Compare
Choose a tag to compare
  • 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

29 Aug 02:23
Compare
Choose a tag to compare
0.0.2

Merge branch 'master' of github.com:hugobessa/django-shared-schema-te…