Changeset 5369
- Timestamp:
- 05/27/07 09:09:57 (1 year ago)
- Files:
-
- django/trunk/docs/url_dispatch.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/url_dispatch.txt
r5362 r5369 565 565 reverse(viewname, urlconf=None, args=None, kwargs=None) 566 566 567 The view name is either the function name or the `URL pattern name`_ ).567 The view name is either the function name or the `URL pattern name`_. 568 568 Normally you will not need to worry about the ``urlconf`` parameter and will 569 569 only pass in the positional and keyword arguments to use in the url matching.
