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 1
1
Changes
2
2
=======
3
3
4
- Unreleased
5
- ----------
6
- - Changed how `now ` is imported from `timezone ` (`timezone ` module is imported now)
4
+ 2.9.0 (2020-04-23)
5
+ ------------------
7
6
- 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)
9
9
- import model `ContentType ` in `SimpleHistoryAdmin ` using `django_apps.get_model `
10
10
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)
12
13
- Render fields as readonly in history detail view if `SIMPLE_HISTORY_EDIT ` is not set
13
- `True `
14
+ `True ` (gh-641)
14
15
- settings.SIMPLE_HISTORY_REVERT_DISABLED if True removes the Revert
15
16
button from the history form for all historical models (gh-632))
16
17
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.8 .0
2
+ current_version = 2.9 .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.8 .0"
3
+ __version__ = "2.9 .0"
4
4
5
5
6
6
def register (
You can’t perform that action at this time.
0 commit comments