mirror of
https://github.com/django/django.git
synced 2025-11-01 20:31:40 +00:00
Fixed #12066 - Moved auth context processor from core to the auth app. Thanks, Rob Hudson.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12466 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1559f64549
commit
67d4289c2e
9 changed files with 68 additions and 39 deletions
|
|
@ -86,6 +86,11 @@ their deprecation, as per the :ref:`Django deprecation policy
|
|||
``django.contrib.syndication`` have been deprecated since the 1.2
|
||||
release. The class-based view ``views.Feed`` should be used instead.
|
||||
|
||||
* ``django.core.context_processors.auth``. This release will
|
||||
remove the old method in favor of the new method in
|
||||
``django.contrib.auth.context_processors.auth``. This has been
|
||||
deprecated since the 1.2 release.
|
||||
|
||||
* 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