mirror of https://github.com/django/django.git
Edited docs/templates.txt change from [5938]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5948 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8d97f15b96
commit
77a9b0cb1d
|
@ -937,9 +937,9 @@ such as this::
|
|||
|
||||
The template tag will output the string ``/clients/client/123/``.
|
||||
|
||||
**New in development version.**
|
||||
If you are using `named URL patterns`_, you can refer to the name of the
|
||||
pattern in the ``url`` tag instead of using the path to the view.
|
||||
**New in development version:** If you're using `named URL patterns`_,
|
||||
you can refer to the name of the pattern in the ``url`` tag instead of
|
||||
using the path to the view.
|
||||
|
||||
.. _named URL patterns: ../url_dispatch/#naming-url-patterns
|
||||
|
||||
|
|
Loading…
Reference in New Issue