summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/urls.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/urls.py b/tests/urls.py
index a0ef892313..dbdf9a8064 100644
--- a/tests/urls.py
+++ b/tests/urls.py
@@ -22,7 +22,4 @@ urlpatterns = patterns('',
# test urlconf for syndication tests
(r'^syndication/', include('regressiontests.syndication.urls')),
-
- # Other contrib apps
- (r'^auth/', include('django.contrib.auth.urls')),
)