Releases: CleitonDeLima/django-easy-tenants
Releases · CleitonDeLima/django-easy-tenants
0.3.3
- Fix storage
0.3.2
- Include tenant_required=False in LogoutView
- Simplified TenantManager
- Fix database tests
0.3.1
- Removes middleware redirect to login responsibility
0.3.0
- 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