Changeset 4395
- Timestamp:
- 01/22/07 20:11:33 (2 years ago)
- Files:
-
- django/trunk/docs/url_dispatch.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/url_dispatch.txt
r4358 r4395 394 394 -------------------------------------- 395 395 396 **New in theDjango development version.**396 **New in Django development version.** 397 397 398 398 Similarly, you can pass extra options to ``include()``. When you pass extra … … 436 436 =========================================== 437 437 438 **New in theDjango development version.**438 **New in Django development version.** 439 439 440 440 Some developers find it more natural to pass the actual Python function object
