summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvinay karanam <vinayinvicible@users.noreply.github.com>2017-05-23 07:28:38 +0530
committerTim Graham <timograham@gmail.com>2017-05-22 21:58:38 -0400
commitd1d08d86baef05db5b37c266ed9142f1c57e6322 (patch)
tree11ead375d41838df0f83f3a97843ea72cad5d9a8 /docs
parent65dfe579d08361e04b7b3c1895b10f84b69d5c59 (diff)
[1.11.x] Fixed #28230 -- Allowed DjangoJsonEncoder to serialize CallableBool.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.2.txt3
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`).