1
1
Release 1.0
2
2
-----------
3
- * **BACKWARD INCOMPATIBLE**:: dropped support for django prior 1.6
3
+ * **BACKWARD INCOMPATIBLE**:: dropped support for Django prior 1.6
4
4
* code clean
5
5
* fixes :issue:`54` (thanks vmspike).
6
6
* fixes :issue:`53`. updates Documentation
@@ -16,11 +16,11 @@ Release 1.0
16
16
17
17
Release 0.9
18
18
-----------
19
- * django 1.8 compatibility
19
+ * Django 1.8 compatibility
20
20
* python 3.4 compatibility
21
21
* **BACKWARD INCOMPATIBLE** :function:`disable_concurrency` works differently if used with classes or instances
22
22
* better support for external Models (models that are part of plugged-in applications)
23
- * fixes issue with TriggerVersioField and Proxy Models (thanx Richard Eames)
23
+ * fixes issue with TriggerVersionField and Proxy Models (thanx Richard Eames)
24
24
25
25
26
26
Release 0.8.1
@@ -30,7 +30,7 @@ Release 0.8.1
30
30
31
31
Release 0.8
32
32
-----------
33
- * django 1.7 compatibility
33
+ * Django 1.7 compatibility
34
34
* fixes typo in ``delete_selected_confirmation.html`` template
35
35
* python 3.2/3.3 compatibility
36
36
@@ -77,7 +77,7 @@ Release 0.4.0
77
77
* added :setting:`CONCURRECY_SANITY_CHECK` settings entry
78
78
* signing of version number to avoid tampering (:ref:`concurrentform`)
79
79
* added :ref:`concurrencytestmixin` to help test on concurrency managed models
80
- * changed way to add concurrency to exisiting models (:ref:`apply_concurrency_check`)
80
+ * changed way to add concurrency to existing models (:ref:`apply_concurrency_check`)
81
81
* fixed :issue:`4` (thanks FrankBie)
82
82
* removed RandomVersionField
83
83
* new :ref:`concurrency_check`
0 commit comments