diff options
| author | Brian Rosner <brosner@gmail.com> | 2008-07-18 23:54:34 +0000 |
|---|---|---|
| committer | Brian Rosner <brosner@gmail.com> | 2008-07-18 23:54:34 +0000 |
| commit | a19ed8aea395e8e07164ff7d85bd7dff2f24edca (patch) | |
| tree | ec5fd01c30abc5fa22c1f02159bf68cfe89313cc /tests/urls.py | |
| parent | dc375fb0f3b7fbae740e8cfcd791b8bccb8a4e66 (diff) | |
Merged the newforms-admin branch into trunk.
This is a backward incompatible change. The admin contrib app has been
refactored. The newforms module has several improvements including FormSets
and Media definitions.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7967 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/urls.py')
| -rw-r--r-- | tests/urls.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/urls.py b/tests/urls.py index cea453ef37..a8dc583aa1 100644 --- a/tests/urls.py +++ b/tests/urls.py @@ -20,6 +20,9 @@ urlpatterns = patterns('', # test urlconf for middleware tests (r'^middleware/', include('regressiontests.middleware.urls')), + + # admin view tests + (r'^test_admin/', include('regressiontests.admin_views.urls')), (r'^utils/', include('regressiontests.utils.urls')), |
