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 33
44Unreleased
55----------
6+
7+ 2.12.0 (2020-10-14)
8+ -------------------
69- Add default date to ``bulk_create_with_history `` and ``bulk_update_with_history `` (gh-687)
710- Exclude ManyToManyFields when using ``bulk_create_with_history `` (gh-699)
811- Added ``--excluded_fields `` argument to ``clean_duplicate_history `` command (gh-674)
@@ -12,7 +15,9 @@ Unreleased
1215- Add optional ``manager `` argument to ``bulk_update_with_history `` to use instead of
1316 the default manager (gh-703)
1417- 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.
1621
17222.11.0 (2020-06-20)
1823-------------------
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.11 .0
2+ current_version = 2.12 .0
33commit = True
44tag = True
55tag_name = {new_version}
@@ -8,4 +8,3 @@ tag_name = {new_version}
88
99[bdist_wheel]
1010universal = 1
11-
Original file line number Diff line number Diff line change 11from __future__ import unicode_literals
22
3- __version__ = "2.11 .0"
3+ __version__ = "2.12 .0"
44
55
66def register (
You can’t perform that action at this time.
0 commit comments