Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@Dresdn Dresdn released this 10 Feb 05:05
· 509 commits to master since this release
5d0ab10

Breaking Changes

  • Support for django-tenant-schemas has been removed due to last release being in 2017
  • Removed tenant_users.compat module as you can now directly import from django_tenants.utils

Features

  • Adds settings.TENANT_SUBFOLDER_PREFIX support from django_tenants #85
  • Adds support for Django 4.0 #158
  • Drops django 3.1 support
  • Drops python 3.6 support

Bug Fixes

  • Fixes string representation of UserTenantPermissions object #84

Misc

  • Testing has been simplified to a single test project
  • Moves to Github Actions strategy.matrix

New Contributors

Full Changelog: 0.4.0...1.0.0