Skip to content

Commit fe6331c

Browse files
committed
added backwards incompatibility note in changes
1 parent b7dcf77 commit fe6331c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Changes
44
Unreleased
55
----------
66
- Fixed DoesNotExist error when trying to get instance if object is deleted (gh-571)
7-
- Use Django's `model_to_dict` instead of a custom implementation so
8-
it detect changes in a parent model when using `inherit=True`
9-
(gh-576)
7+
- Fix `model_to_dict` to detect changes in a parent model when using
8+
`inherit=True` (backwards-incompatible for users who were directly
9+
using previous version) (gh-576)
1010

1111
2.7.3 (2019-07-15)
1212
------------------

0 commit comments

Comments
 (0)