diff options
| author | Tim Graham <timograham@gmail.com> | 2017-05-22 22:00:02 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-05-22 22:00:02 -0400 |
| commit | 5dc6f77423084dd7c99549b1e477ee573802f5a4 (patch) | |
| tree | ead9253a8eec814406270342470f1190ddd9d18d /docs | |
| parent | 502f03d8970f94c0155b04e34532277523c08d9a (diff) | |
Refs #28230 -- Forwardported 1.11.2 release note.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.11.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.2.txt b/docs/releases/1.11.2.txt index a15d4272ec..e1cd939fa0 100644 --- a/docs/releases/1.11.2.txt +++ b/docs/releases/1.11.2.txt @@ -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`). |
