From de40cfbe74642df1e94c131e1adaa3363173c0cf Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Mon, 7 Mar 2016 21:52:08 +0100 Subject: Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based views Thanks Cristiano Coelho and Tim Graham for the reviews. --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') 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 -- cgit v1.3