Changeset 286
- Timestamp:
- 07/21/05 14:45:36 (3 years ago)
- Files:
-
- django/trunk/docs/url_dispatch.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/url_dispatch.txt
r282 r286 38 38 .. admonition:: Note 39 39 40 More precisely, the actual view function use is ``prefix + "." + 41 function_name``; that is, the trailing "dot" does not need to be put in the 42 prefix. Django: saving you time, one keystroke at a time. 40 More precisely, the actual view function used is ``prefix + "." + 41 function_name``. The trailing "dot" does not need to be put in the prefix. 43 42 44 43 Including other URLconfs
