summaryrefslogtreecommitdiff
path: root/tests/regressiontests/context_processors/tests.py
diff options
context:
space:
mode:
authorJannis Leidel <jannis@leidel.info>2010-02-21 23:40:47 +0000
committerJannis Leidel <jannis@leidel.info>2010-02-21 23:40:47 +0000
commit67d4289c2ef56022d14a038a644d020997e2d9c9 (patch)
tree092922574d1f8a5ea8cab57e8ef4eff68528799a /tests/regressiontests/context_processors/tests.py
parent1559f64549ebcc158a5d2bece208f674fa96f537 (diff)
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
Diffstat (limited to 'tests/regressiontests/context_processors/tests.py')
-rw-r--r--tests/regressiontests/context_processors/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/context_processors/tests.py b/tests/regressiontests/context_processors/tests.py
index 004f90eceb..0d19bef7ff 100644
--- a/tests/regressiontests/context_processors/tests.py
+++ b/tests/regressiontests/context_processors/tests.py
@@ -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']