Skip to content

Releases: CleitonDeLima/django-easy-tenants

0.3.3

28 Jul 20:06
Compare
Choose a tag to compare
  • Fix storage

0.3.2

07 Jul 19:38
Compare
Choose a tag to compare
  • Include tenant_required=False in LogoutView
  • Simplified TenantManager
  • Fix database tests

0.3.1

01 Jul 22:55
Compare
Choose a tag to compare
  • Removes middleware redirect to login responsibility

0.3.0

01 Jul 19:31
Compare
Choose a tag to compare
  • Changed how to ignore the use of tenants in views (using decorators and mixin)
  • Fix some methods to filter and assign a tenant to an object
  • Updated example project
  • Added CI tests for other databases