Changeset 9328
- Timestamp:
- 11/01/08 23:17:59 (2 months ago)
- Files:
-
- django/trunk/docs/topics/http/urls.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/topics/http/urls.txt
r9167 r9328 555 555 matching. 556 556 557 Here's the above example, rewritten to use dnamed URL patterns::557 Here's the above example, rewritten to use named URL patterns:: 558 558 559 559 urlpatterns = patterns('',
