Refs #28230 -- Forwardported 1.11.2 release note.

This commit is contained in:
Tim Graham 2017-05-22 22:00:02 -04:00
parent 502f03d897
commit 5dc6f77423
1 changed files with 3 additions and 0 deletions

View File

@ -29,3 +29,6 @@ Bugfixes
* Fixed a regression where ``Model._state.adding`` wasn't set correctly on
multi-table inheritance parent models after saving a child model
(:ticket:`28210`).
* Allowed ``DjangoJSONEncoder`` to serialize
``django.utils.deprecation.CallableBool`` (:ticket:`28230`).