Django

Code

Show
Ignore:
Timestamp:
06/20/08 12:43:12 (2 months ago)
Author:
lukeplant
Message:

Added basic tests for auth.views.password_reset

Files:

Legend:

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

    r7328 r7716  
    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')), 
    2528)