Skip to content

Django 4.1 support and more

Compare
Choose a tag to compare
@gurkanindibay gurkanindibay released this 03 Mar 08:11
· 32 commits to main since this release
12efe25
  • Adds support for Django 4.1

  • Adds support for setting tenant automatically for ManyToMany related model

  • Fixes invalid error message problem in case of invalid field name

  • Adds support for getting models using apps.get_model

  • Removes reserved tenant_id limitation by introducing TenantMeta usage

  • Introduces ReadTheDocs documentation