Changeset 7814 for django/trunk/tests/urls.py
- Timestamp:
- 07/01/08 10:10:51 (6 months ago)
- Files:
-
- django/trunk/tests/urls.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/urls.py
r7726 r7814 5 5 (r'^test_client/', include('modeltests.test_client.urls')), 6 6 (r'^test_client_regress/', include('regressiontests.test_client_regress.urls')), 7 8 # File upload test views 9 (r'^file_uploads/', include('regressiontests.file_uploads.urls')), 7 10 8 11 # Always provide the auth system login and logout views
