mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
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
This commit is contained in:
parent
5db4d60215
commit
c8d39f15cb
4 changed files with 2 additions and 90 deletions
|
|
@ -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')),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue