Changeset 5948
- Timestamp:
- 08/19/07 16:02:36 (1 year ago)
- Files:
-
- django/trunk/docs/templates.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates.txt
r5938 r5948 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 ofusing the path to the view.940 **New in development version:** If you're using `named URL patterns`_, 941 you can refer to the name of the pattern in the ``url`` tag instead of 942 using the path to the view. 943 943 944 944 .. _named URL patterns: ../url_dispatch/#naming-url-patterns
