diff options
Diffstat (limited to 'tests/regressiontests/context_processors/tests.py')
| -rw-r--r-- | tests/regressiontests/context_processors/tests.py | 2 |
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'] |
