summaryrefslogtreecommitdiff
path: root/tests/urls.py
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2008-06-20 17:43:12 +0000
committerLuke Plant <L.Plant.98@cantab.net>2008-06-20 17:43:12 +0000
commitfad8e8f7c2f1bfd563119404092b01cb402b1982 (patch)
treeb72ddec95c120b559de25b22914f6a5e1c8d1eb2 /tests/urls.py
parent5efb9652d74a08bfdbb788cfa31f01da0cdee04c (diff)
downloaddjango-fad8e8f7c2f1bfd563119404092b01cb402b1982.tar.gz
Added basic tests for auth.views.password_reset
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7716 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/urls.py')
-rw-r--r--tests/urls.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/urls.py b/tests/urls.py
index dbdf9a8064..a0ef892313 100644
--- a/tests/urls.py
+++ b/tests/urls.py
@@ -22,4 +22,7 @@ urlpatterns = patterns('',
# test urlconf for syndication tests
(r'^syndication/', include('regressiontests.syndication.urls')),
+
+ # Other contrib apps
+ (r'^auth/', include('django.contrib.auth.urls')),
)