summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2008-08-28 11:29:00 +0000
committerRussell Keith-Magee <russell@keith-magee.com>2008-08-28 11:29:00 +0000
commit34428218365c65644ca89896b287ef922921febc (patch)
treee142d487be08c9a216ad3e85bc08923af68b12c6 /docs
parentf1ab8b4342cb04974f43b0d583e1a22ef75213ab (diff)
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
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/templates/builtins.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt
index 6fc0d5cf1e..d3c8355241 100644
--- a/docs/ref/templates/builtins.txt
+++ b/docs/ref/templates/builtins.txt
@@ -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::