summaryrefslogtreecommitdiff
path: root/tests/urls.py
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-06-23 12:17:57 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-06-23 12:17:57 +0000
commitc8d39f15cbbd22cdfbeb877024df2b5afd5334d3 (patch)
treeee497664032c0aabcb3d2da5171d9eebdb2cc253 /tests/urls.py
parent5db4d602152c14bb4b25011d9a881f7fa1639152 (diff)
downloaddjango-c8d39f15cbbd22cdfbeb877024df2b5afd5334d3.tar.gz
Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any application that deployed contrib.auth.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7726 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/urls.py')
-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')),
)