Commit 34428218 authored by Russell Keith-Magee's avatar Russell Keith-Magee
Browse files

Fixed #8595: Removed a note about possible changes to the syntax of the {% url...

Fixed #8595: Removed a note about possible changes to the syntax of the {% url %} template tag. Thanks to julien for the report.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@8651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent f1ab8b43
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -643,8 +643,6 @@ The argument tells which template bit to output:
url
~~~

**Note that the syntax for this tag may change in the future, as we make it more robust.**

Returns an absolute URL (i.e., a URL without the domain name) matching a given
view function and optional parameters. This is a way to output links without
violating the DRY principle by having to hard-code URLs in your templates::