Skip to content

Commit b8d490c

Browse files
committed
Fix changelog formatting.
1 parent 110fe79 commit b8d490c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGES.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22

33
This changelog is used to track all major changes to django-tenants.
44

5-
## v2.1.0 (UNRELEASED)
5+
## v2.1.0 (31 Dec 2018)
66

77
**Enhancements**
8+
89
- Added `TENANT_CREATION_FAKES_MIGRATIONS` configuration parameter that can be used to copy schemas from an existing "template" schema instead of running migrations.
910
- `schema_context` now operates as a decorator too. Fixes: [#199](https://github.com/tomturner/django-tenants/issues/199).
1011
- 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.
1617
- Update tests for Django 2 and Python 3.
1718

1819
**Fixes**
20+
1921
- Fix setup.py to reference new `psycopg2-binary` dependency. Fixes [#174](https://github.com/tomturner/django-tenants/issues/174).
2022
- Add support for creating tenants that share field names with domains. Fixes: [#167](https://github.com/tomturner/django-tenants/issues/167).
2123
- 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

Comments
 (0)