Changeset 8043 for django/trunk/docs/url_dispatch.txt
- Timestamp:
- 07/21/08 22:01:21 (6 months ago)
- Files:
-
- django/trunk/docs/url_dispatch.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/url_dispatch.txt
r7560 r8043 374 374 essentially "roots" a set of URLs below other ones. 375 375 376 For example, here's the URLconf for the `Django website`_ itself. It includes a376 For example, here's the URLconf for the `Django Web site`_ itself. It includes a 377 377 number of other URLconfs:: 378 378 … … 391 391 further processing. 392 392 393 .. _`Django website`: http://www.djangoproject.com/393 .. _`Django Web site`: http://www.djangoproject.com/ 394 394 395 395 Captured parameters
