File tree Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Expand file tree Collapse file tree 3 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- tip (unreleased)
5
- ----------------
6
- - Added --batchsize option to the populate_history management command.
7
- - Add the ability to display object attributes in the history list view to see
8
- what has changed easily
4
+ 1.9.0 (2017-06-11)
5
+ ------------------
6
+ - Add --batchsize option to the populate_history management command. (gh-231)
7
+ - Add ability to show specific attributes in admin history list view. (gh-256)
8
+ - Add Brazilian Portuguese translation file. (gh-279)
9
+ - Fix locale file packaging issue. (gh-280)
10
+ - Add ability to specify reason for history change. (gh-275)
11
+ - Test against Django 1.11 and Python 3.6. (gh-276)
12
+ - Add `excluded_fields ` option to exclude fields from history. (gh-274)
9
13
10
14
1.8.2 (2017-01-19)
11
15
------------------
Original file line number Diff line number Diff line change
1
+ [bumpversion]
2
+ current_version = 1.9.0
3
+ commit = True
4
+ tag = True
5
+ tag_name = {new_version}
6
+
7
+ [bumpversion:file:simple_history/__init__.py]
8
+
1
9
[bdist_wheel]
2
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__ = '1.8.2 '
3
+ __version__ = '1.9.0 '
4
4
5
5
6
6
def register (
You can’t perform that action at this time.
0 commit comments