From 8d4b414760fdd677c973f9ccfe4f5c3b41934d4d Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Thu, 7 Apr 2011 22:01:23 +0000 Subject: 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 --- docs/internals/deprecation.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/internals') 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 ` 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 -- cgit v1.3