Django

Code

Show
Ignore:
Timestamp:
06/23/08 07:17:57 (5 months ago)
Author:
russellm
Message:

Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any application that deployed contrib.auth.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/urls.py

    r7716 r7726  
    2323    # test urlconf for syndication tests 
    2424    (r'^syndication/', include('regressiontests.syndication.urls')), 
    25  
    26     # Other contrib apps 
    27     (r'^auth/', include('django.contrib.auth.urls')), 
    2825)