From 7aa84917a4ae8ca380fea1ae1937706d367389ed Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Wed, 23 Feb 2011 13:36:58 +0000 Subject: Fixed #15299 -- Started the process of migrating the auth context processor support classes into the auth context processor module. Thanks to shailesh for the report, and v1v3kn for the draft patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15635 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/internals/deprecation.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index 9bb0289c68..de62dc025e 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -151,13 +151,19 @@ their deprecation, as per the :ref:`Django deprecation policy The ``supports_inactive_user`` variable is not checked any longer and can be removed. - * :meth:`~django.contrib.gis.geos.GEOSGeometry.transform` will raise - a :class:`~django.contrib.gis.geos.GEOSException` when called + * :meth:`~django.contrib.gis.geos.GEOSGeometry.transform` will raise + a :class:`~django.contrib.gis.geos.GEOSException` when called on a geometry with no SRID value. * :class:`~django.http.CompatCookie` will be removed in favour of :class:`~django.http.SimpleCookie`. + * :class:`django.core.context_processors.PermWrapper` and + :class:`django.core.context_processors.PermLookupDict` + will be moved to :class:`django.contrib.auth.context_processors.PermWrapper` + and :class:`django.contrib.auth.context_processors.PermLookupDict`, + respectively. + * 2.0 * ``django.views.defaults.shortcut()``. This function has been moved to ``django.contrib.contenttypes.views.shortcut()`` as part of the -- cgit v1.3