Author: russellm
Date: 2008-08-28 06:29:00 -0500 (Thu, 28 Aug 2008)
New Revision: 8651
Modified:
django/trunk/docs/ref/templates/builtins.txt
Log:
Fixed #8595: Removed a note about possible changes to the syntax of the {% url
%} template tag. Thanks to julien for the report.
Modified: django/trunk/docs/ref/templates/builtins.txt
===================================================================
--- django/trunk/docs/ref/templates/builtins.txt 2008-08-28 11:27:17 UTC
(rev 8650)
+++ django/trunk/docs/ref/templates/builtins.txt 2008-08-28 11:29:00 UTC
(rev 8651)
@@ -643,8 +643,6 @@
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::
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---