Changeset 5938
- Timestamp:
- 08/19/07 05:14:58 (1 year ago)
- Files:
-
- django/trunk/docs/templates.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates.txt
r5937 r5938 938 938 The template tag will output the string ``/clients/client/123/``. 939 939 940 **New in development version.** 941 If you are using `named URL patterns`_, you can refer to the name of the 942 pattern in the ``url`` tag instead of using the path to the view. 943 944 .. _named URL patterns: ../url_dispatch/#naming-url-patterns 945 940 946 widthratio 941 947 ~~~~~~~~~~
