File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change
1
+ Release 1.2 (dev)
2
+ -----------------
3
+ * better support for django 1.9 ( ``TemplateDoesNotExist`` is now in ``django.template.exceptions``
4
+
5
+
1
6
Release 1.1 (13 Feb 2016)
2
7
-------------------------
3
8
* drop support for django<1.7
@@ -9,14 +14,14 @@ Release 1.1 (13 Feb 2016)
9
14
10
15
Release 1.0.1
11
16
-------------
12
- * fixes :issue:`56` (thanks oppianmatt).
17
+ * fixes :issue:`56` "Can't upgrade django-concurrency to 1.0" (thanks oppianmatt).
13
18
14
19
15
20
Release 1.0
16
21
-----------
17
22
* **BACKWARD INCOMPATIBLE**:: dropped support for Django prior 1.6
18
23
* code clean
19
- * fixes :issue:`54` (thanks vmspike).
24
+ * fixes :issue:`54` "Incorrect default for IntegerVersionField" (thanks vmspike).
20
25
* fixes :issue:`53`. updates Documentation
21
26
* :ref:`disable_concurrency` can now disable concurrency in any model
22
27
* :ref:`disable_concurrency` is now also a decorator
You can’t perform that action at this time.
0 commit comments