Django

Code

Changeset 5948

Show
Ignore:
Timestamp:
08/19/07 16:02:36 (1 year ago)
Author:
adrian
Message:

Edited docs/templates.txt change from [5938]

Files:

Legend:

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

    r5938 r5948  
    938938The template tag will output the string ``/clients/client/123/``. 
    939939 
    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. 
     940**New in development version:** If you're using `named URL patterns`_, 
     941you can refer to the name of the pattern in the ``url`` tag instead of 
     942using the path to the view. 
    943943 
    944944.. _named URL patterns: ../url_dispatch/#naming-url-patterns