- No longer using in-house clone schema function. Now relying on https://github.com/denishpatel/pg-clone-schema/ with minor modifications (thanks to gabrielpiassetta)
0.5.1
- Fixed bug with inconsistent return type of `SchemaDescriptor.get_primary_domain`.
0.5.0
- Added `StaticTenantTestCase` - Fixed bug with schema arguments of tenant commands.
0.4.3
- Fixed bug of tenant management commands when the tenant model had pending migrations. Now explicitly hinting that migrating the public schema first might be required.
0.4.2
- Fixed bug with executors and database connections.
0.4.1
- Fixed bug with `checks.check_schema_names` (thanks to luisiacc)