File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
- Release 2.0 (dev)
2
- -----------------
1
+ Release 2.0
2
+ -----------
3
3
* drop official support to Django < 1.10
4
4
* add support Django 2.1
5
5
* removed deprecated api `concurrency_check`
6
6
* BACKWARD INCOMPATIBLE: version field is now mandatory in any save operation. Use ``VERSION_FIELD_REQUIRED=False`` to have the old behaviour.
7
7
* `disable_concurrency` now has `start()`, `finish()` to be called as command
8
8
9
+
9
10
Release 1.4 (13 Sep 2016)
10
11
-------------------------
11
12
* closes :issue:`81`. Add docs and check.
Original file line number Diff line number Diff line change 1
1
__author__ = 'sax'
2
2
default_app_config = 'concurrency.apps.ConcurrencyConfig'
3
3
4
- VERSION = __version__ = "2.0a0 "
4
+ VERSION = __version__ = "2.0 "
5
5
NAME = 'django-concurrency'
You can’t perform that action at this time.
0 commit comments