Django

Code

Changeset 5938

Show
Ignore:
Timestamp:
08/19/07 05:14:58 (1 year ago)
Author:
mtredinnick
Message:

Added a note that the development version supports named URL patterns in the url template tag.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/templates.txt

    r5937 r5938  
    938938The template tag will output the string ``/clients/client/123/``. 
    939939 
     940**New in development version.** 
     941If you are using `named URL patterns`_, you can refer to the name of the 
     942pattern in the ``url`` tag instead of using the path to the view. 
     943 
     944.. _named URL patterns: ../url_dispatch/#naming-url-patterns 
     945 
    940946widthratio 
    941947~~~~~~~~~~