summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2016-03-07 21:52:08 +0100
committerClaude Paroz <claude@2xlibre.net>2016-04-15 17:28:54 +0200
commitde40cfbe74642df1e94c131e1adaa3363173c0cf (patch)
tree447388e6b08d67f2c8c1f168d1ffc6df851beb03 /docs/internals
parent79a091820f46f00cba217a9e05daec855272c3ad (diff)
Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views
Thanks Cristiano Coelho and Tim Graham for the reviews.
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index fee9c8cef7..a369767713 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -156,6 +156,8 @@ details on these changes.
``Field.contribute_to_class()`` and ``virtual`` in
``Model._meta.add_field()`` will be removed.
+* The ``javascript_catalog()`` and ``json_catalog()`` views will be removed.
+
.. _deprecation-removed-in-1.10:
1.10