File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- Unreleased
5
- ----------
4
+ 2.7.0 (2019-01-16)
5
+ ------------------
6
6
- Add support for ``using `` chained manager method and save/delete keyword argument (gh-507)
7
7
- Added management command ``clean_duplicate_history `` to remove duplicate history entries (gh-483)
8
8
- Updated most_recent to work with excluded_fields (gh-477)
9
9
- Fixed bug that prevented self-referential foreign key from using ``'self' `` (gh-513)
10
10
- Added ability to track custom user with explicit custom ``history_user_id_field `` (gh-511)
11
+ - Don't resolve relationships for history objects (gh-479)
12
+ - Reorganization of docs (gh-510)
11
13
12
14
2.6.0 (2018-12-12)
13
15
------------------
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.6 .0
2
+ current_version = 2.7 .0
3
3
commit = True
4
4
tag = True
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 1
1
from __future__ import unicode_literals
2
2
3
- __version__ = "2.6 .0"
3
+ __version__ = "2.7 .0"
4
4
5
5
6
6
def register (
You can’t perform that action at this time.
0 commit comments