mirror of
https://github.com/django/django.git
synced 2025-11-20 03:30:00 +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
|
|
@ -41,7 +41,7 @@ class RequestContextProcessorTests(TestCase):
|
|||
|
||||
class AuthContextProcessorTests(TestCase):
|
||||
"""
|
||||
Tests for the ``django.core.context_processors.auth`` processor
|
||||
Tests for the ``django.contrib.auth.context_processors.auth`` processor
|
||||
"""
|
||||
urls = 'regressiontests.context_processors.urls'
|
||||
fixtures = ['context-processors-users.xml']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue