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.
2 parents bfd8d05 + fa94810 commit 95fdabdCopy full SHA for 95fdabd
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changes
2
-------
3
4
+0.11.3
5
+~~~~~~
6
+
7
+- Added support for django 2.x, dropped support for django < 1.11. It may
8
+ still work with django 1.8, but this is no longer tested.
9
10
0.11.2
11
~~~~~~
12
maintenancemode/__init__.py
@@ -1 +1 @@
-__version__ = '0.11.2'
+__version__ = '0.11.3'
setup.py
@@ -27,7 +27,6 @@ def find_version(*parts):
27
license='BSD License',
28
29
install_requires=[
30
- 'django>=1.4.2',
31
'django-appconf',
32
'ipy',
33
],
0 commit comments