summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2011-04-07 22:01:23 +0000
committerLuke Plant <L.Plant.98@cantab.net>2011-04-07 22:01:23 +0000
commit8d4b414760fdd677c973f9ccfe4f5c3b41934d4d (patch)
treed349e5999688aea533b298db890ff883bcef33a8 /docs/internals
parentb7715b4ae68be211749520e60c63d251ccf14bc1 (diff)
Fixed #15757 - removed remaining instances of get_and_delete_messages
Thanks to void for the report, and julien for the bulk of the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 32f4b2d0b1..a38823f409 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -52,7 +52,10 @@ their deprecation, as per the :ref:`Django deprecation policy
``user.get_and_delete_messages()``), which have
been deprecated since the 1.2 release, will be removed. The
:doc:`messages framework </ref/contrib/messages>` should be used
- instead.
+ instead. The related ``messages`` variable returned by the
+ auth context processor will also be removed. Note that this
+ means that the admin application depends on the messages
+ context processor.
* Authentication backends need to support the ``obj`` parameter for
permission checking. The ``supports_object_permissions`` variable