Skip to content

Commit

Permalink
CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Mar 31, 2024
1 parent 8b57891 commit 8fd473c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.rst → CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@
Release Notes
=============

2.0.1
-----
- change rel.to to related_model (Django 4.2)
2.0.0
-----
- major refactor, drop support for lower than py 3.11 and DJ4.2
- drop pytest, use unitests / runtests.py
- replace rel.to with related_model (Django 4.2)
- remove deprecated `process_requests`
- add more specific exception handling
- add MULTISITE_REGISTER_POST_MIGRATE_SYNC_ALIAS settings attr
to allow user to connect signal outside of multisite
- drop template loader code. Maybe add back later
- remove unused ThreadLocalsMiddleware

1.9.0
-----
Expand Down
2 changes: 0 additions & 2 deletions multisite/threadlocals.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
from django.conf import settings
from django.core.exceptions import ImproperlyConfigured

_thread_locals = local()


class SiteID(local):
"""
Expand Down

0 comments on commit 8fd473c

Please sign in to comment.