summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-08-19 09:37:37 -0400
committerTim Graham <timograham@gmail.com>2016-08-19 15:00:16 -0400
commit1d1e246db6ae8a8c7b9a54f3485809a36c5ee373 (patch)
tree126ea5b42bc27df7291835348d3917379f2080d3 /docs
parent1357e5796c89ca4abc25451a4afad7ddb3dd32d2 (diff)
Removed DateTimeAwareJSONEncoder alias.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.11.txt b/docs/releases/1.11.txt
index 706ee1dbd4..d62ea80e8c 100644
--- a/docs/releases/1.11.txt
+++ b/docs/releases/1.11.txt
@@ -413,6 +413,10 @@ Miscellaneous
* The :djadmin:`makemessages` command now requires configured settings, like
most other commands.
+* The undocumented ``DateTimeAwareJSONEncoder`` alias for
+ :class:`~django.core.serializers.json.DjangoJSONEncoder` (renamed in Django
+ 1.0) is removed.
+
.. _deprecated-features-1.11:
Features deprecated in 1.11