File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- Unreleased
5
- ----------
6
- - Fixed bulk_create_with_history support for HistoryRecords with `relation_name ` attribute (gh-591)
7
- - Added support for bulk_create_with_history for databeses different from PostgreSQL (gh-577)
8
- - Fixed DoesNotExist error when trying to get instance if object is deleted (gh-571)
4
+ 2.8.0 (2019-12-02)
5
+ ------------------
6
+ - Fixed ` bulk_create_with_history support ` for HistoryRecords with `relation_name ` attribute (gh-591)
7
+ - Added support for ` bulk_create_with_history ` for databases different from PostgreSQL (gh-577)
8
+ - Fixed ` DoesNotExist ` error when trying to get instance if object is deleted (gh-571)
9
9
- Fix `model_to_dict ` to detect changes in a parent model when using
10
10
`inherit=True ` (backwards-incompatible for users who were directly
11
11
using previous version) (gh-576)
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.7.3
2
+ current_version = 2.8.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.7.3 "
3
+ __version__ = "2.8.0 "
4
4
5
5
6
6
def register (
You can’t perform that action at this time.
0 commit comments