Ticket #8595: 8595.url-syntax-note.diff
File 8595.url-syntax-note.diff, 626 bytes (added by , 16 years ago) |
---|
-
django/django/docs/ref/templates/builtins.txt
643 643 url 644 644 ~~~ 645 645 646 **Note that the syntax for this tag may change in the future, as we make it more robust.**647 648 646 Returns an absolute URL (i.e., a URL without the domain name) matching a given 649 647 view function and optional parameters. This is a way to output links without 650 648 violating the DRY principle by having to hard-code URLs in your templates::