1
0
mirror of https://github.com/django/django.git synced 2025-03-25 16:50:45 +00:00

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

View File

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