summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2011-06-08 11:12:01 +0000
committerLuke Plant <L.Plant.98@cantab.net>2011-06-08 11:12:01 +0000
commitbb12a02bd8cd6e33b947b2cfa01292822099bb19 (patch)
tree6d572f1af67e0c8e45038d5b45da839bc0d0e16a /docs/internals
parentb67ff14208049e90310c4c312036116ee620c295 (diff)
Deprecated legacy ways of calling cache_page
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16338 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 4d81cb7ba3..131f813f83 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -207,6 +207,9 @@ their deprecation, as per the :ref:`Django deprecation policy
refactored to use class based views with pluggable backends in 1.4.
The previous implementation will be deprecated.
+ * Legacy ways of calling
+ :func:`~django.views.decorators.cache.cache_page` will be removed.
+
* 2.0
* ``django.views.defaults.shortcut()``. This function has been moved
to ``django.contrib.contenttypes.views.shortcut()`` as part of the