File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3
3
4
4
Unreleased
5
5
----------
6
+
7
+ 2.12.0 (2020-10-14)
8
+ -------------------
6
9
- Add default date to ``bulk_create_with_history `` and ``bulk_update_with_history `` (gh-687)
7
10
- Exclude ManyToManyFields when using ``bulk_create_with_history `` (gh-699)
8
11
- Added ``--excluded_fields `` argument to ``clean_duplicate_history `` command (gh-674)
@@ -12,7 +15,9 @@ Unreleased
12
15
- Add optional ``manager `` argument to ``bulk_update_with_history `` to use instead of
13
16
the default manager (gh-703)
14
17
- Add support for Django 3.1 (gh-713)
15
- - Fix a bug with ``clean_old_history `` command's `--days ` argument
18
+ - Fix a bug with ``clean_old_history `` command's `--days ` argument (gh-722)
19
+
20
+ \* NOTE: This will be the last minor release before 3.0.0.
16
21
17
22
2.11.0 (2020-06-20)
18
23
-------------------
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.11 .0
2
+ current_version = 2.12 .0
3
3
commit = True
4
4
tag = True
5
5
tag_name = {new_version}
@@ -8,4 +8,3 @@ tag_name = {new_version}
8
8
9
9
[bdist_wheel]
10
10
universal = 1
11
-
Original file line number Diff line number Diff line change 1
1
from __future__ import unicode_literals
2
2
3
- __version__ = "2.11 .0"
3
+ __version__ = "2.12 .0"
4
4
5
5
6
6
def register (
You can’t perform that action at this time.
0 commit comments