You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGES.rst
+3-1
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,10 @@
2
2
3
3
This changelog is used to track all major changes to django-tenants.
4
4
5
-
## v2.1.0 (UNRELEASED)
5
+
## v2.1.0 (31 Dec 2018)
6
6
7
7
**Enhancements**
8
+
8
9
- Added `TENANT_CREATION_FAKES_MIGRATIONS` configuration parameter that can be used to copy schemas from an existing "template" schema instead of running migrations.
9
10
- `schema_context` now operates as a decorator too. Fixes: [#199](https://github.com/tomturner/django-tenants/issues/199).
10
11
- Update template loaders and static file storage for Django > 2.0. Fixes: [#197](https://github.com/tomturner/django-tenants/issues/197).
@@ -16,6 +17,7 @@ This changelog is used to track all major changes to django-tenants.
16
17
- Update tests for Django 2 and Python 3.
17
18
18
19
**Fixes**
20
+
19
21
- Fix setup.py to reference new `psycopg2-binary` dependency. Fixes [#174](https://github.com/tomturner/django-tenants/issues/174).
20
22
- Add support for creating tenants that share field names with domains. Fixes: [#167](https://github.com/tomturner/django-tenants/issues/167).
21
23
- Use `get_tenant` instead of `get_domain` in `DefaultTenantMiddleware` to lookup tenant. Fixes: [#154](https://github.com/tomturner/django-tenants/issues/154).
0 commit comments