Django 4.1 support and more
-
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