We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9ed12 commit 136fd26Copy full SHA for 136fd26
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
Release Notes
3
=============
4
5
+1.2.1
6
+-----
7
+
8
+* Remove django.utils.unittest (deprecated in 1.9)
9
+* Use post_migrate instead of post_syncdb in > 1.7
10
11
1.2.0
12
-----
13
multisite/__init__.py
@@ -1,3 +1,3 @@
1
from .threadlocals import SiteDomain, SiteID
-VERSION = "1.2.0"
+VERSION = "1.2.1"
setup.py
@@ -11,7 +11,7 @@ def long_description():
setup(name='django-multisite',
14
- version='1.2.0',
+ version='1.2.1',
15
description='Serve multiple sites from a single Django application',
16
long_description=long_description(),
17
author='Leonid S Shestera',
0 commit comments