mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Deprecated legacy ways of calling cache_page
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16338 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b67ff14208
commit
bb12a02bd8
5 changed files with 44 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue