Skip to content

v2.2.0

Compare
Choose a tag to compare
@tomturner tomturner released this 14 Apr 19:54
· 619 commits to master since this release
3563865

Fixes

  • TenantFileSystemStorage now works [#249]

Enhancements

  • support django>=2.2 [#238]
  • TenantAdminMixin is available in order to register the tenant model. [#223]
  • Admin site: highlight with a different colour the tenant apps. [#227]
  • Admin site: disable the tenant apps when in the public schema. [#227]
  • Custom auth backend compatibility for TenantClient. [#228]
  • Switch to psycopg2 dependency rather than psycopg2-binary[#239]