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
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
Changes
2
2
=======
3
3
4
+
0.11.2
5
+
------
6
+
7
+
- Getting ready for Django 1.10 release.
8
+
- Dropped support for Django 1.3 and older.
9
+
4
10
0.11.1
5
11
------
6
12
@@ -28,10 +34,12 @@ Changes
28
34
29
35
0.9.3
30
36
-----
37
+
31
38
- Minor documentation updates for the switch to github, expect more changes to follow soon.
32
39
33
40
0.9.2
34
41
-----
42
+
35
43
- Fixed an issue with setuptools, thanks for reporting this ksato9700
36
44
37
45
0.9.1
@@ -40,7 +48,8 @@ Changes
40
48
- Tested django-maintenancemode with django-1.0 release (following the 1.0.X release branch)
41
49
- Bundled buildout.cfg and bootstrap with the source version of the project, allowing repeatable buildout
42
50
- The middleware now uses its own default config file, thanks to a patch by semente
43
-
- Use INTERNAL_IPS to check for users that need access. user.is_staff will stay in place for backwards incompatibility. Thanks for the idea Joshua Works
51
+
- Use INTERNAL_IPS to check for users that need access. user.is_staff will stay in place
52
+
for backwards incompatibility. Thanks for the idea Joshua Works
44
53
- Have setup.py sdist only distribute maintenancemode itself, no longer distribute tests and buildout stuff
45
54
- Use README and CHANGES in setup.py's long_description, stolen from Jeroen's djangorecipe :)
46
55
- Updated the documentation and now use pypi as the documentation source (link there from google code)
0 commit comments