Changeset 7341 for django/branches/queryset-refactor/tests/urls.py
- Timestamp:
- 03/20/08 14:56:44 (10 months ago)
- Files:
-
- django/branches/queryset-refactor/tests/urls.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/branches/queryset-refactor/tests/urls.py
r7281 r7341 20 20 21 21 (r'^utils/', include('regressiontests.utils.urls')), 22 23 # test urlconf for syndication tests 24 (r'^syndication/', include('regressiontests.syndication.urls')), 22 25 )
