We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dcf77 commit fe6331cCopy full SHA for fe6331c
CHANGES.rst
@@ -4,9 +4,9 @@ Changes
4
Unreleased
5
----------
6
- 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)
+- Fix `model_to_dict` to detect changes in a parent model when using
+ `inherit=True` (backwards-incompatible for users who were directly
+ using previous version) (gh-576)
10
11
2.7.3 (2019-07-15)
12
------------------
0 commit comments