File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed
Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11Changes
22=======
33
4- Unreleased
5- ----------
6- - Changed how `now ` is imported from `timezone ` (`timezone ` module is imported now)
4+ 2.9.0 (2020-04-23)
5+ ------------------
76- Add simple filtering if provided a minutes argument in `clean_duplicate_history ` (gh-606)
8- - Add setting to convert `FileField ` to `CharField ` instead of `TextField ` (gh-623)
7+ - Add setting to convert `FileField ` to `CharField ` instead of `TextField ` (gh-625)
8+ - Added notes on BitBucket Pipelines (gh-627)
99- import model `ContentType ` in `SimpleHistoryAdmin ` using `django_apps.get_model `
1010 to avoid possible `AppRegistryNotReady ` exception (gh-630)
11- - Fix `utils.update_change_reason ` when user specifies excluded_fields
11+ - Fix `utils.update_change_reason ` when user specifies excluded_fields (gh-637)
12+ - Changed how `now ` is imported from `timezone ` (`timezone ` module is imported now) (gh-643)
1213- Render fields as readonly in history detail view if `SIMPLE_HISTORY_EDIT ` is not set
13- `True `
14+ `True ` (gh-641)
1415- settings.SIMPLE_HISTORY_REVERT_DISABLED if True removes the Revert
1516 button from the history form for all historical models (gh-632))
1617
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.8 .0
2+ current_version = 2.9 .0
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change 11from __future__ import unicode_literals
22
3- __version__ = "2.8 .0"
3+ __version__ = "2.9 .0"
44
55
66def register (
You can’t perform that action at this time.
0 commit comments