From c8d39f15cbbd22cdfbeb877024df2b5afd5334d3 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 23 Jun 2008 12:17:57 +0000 Subject: 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 --- tests/urls.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') 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')), ) -- cgit v1.3