From 51c8045145b29fed604f716d4d17958aa803b5ea Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 24 Mar 2014 11:42:56 -0400 Subject: Removed versionadded/changed annotations for 1.6. --- docs/ref/templates/builtins.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'docs/ref/templates') diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index c37bd8318a..6e9c703938 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -974,12 +974,8 @@ url ^^^ Returns an absolute path reference (a URL without the domain name) matching a -given view function and optional parameters. - -.. versionchanged:: 1.6 - - Any special characters in the resulting path will be encoded using - :func:`~django.utils.encoding.iri_to_uri`. +given view function and optional parameters. Any special characters in the +resulting path will be encoded using :func:`~django.utils.encoding.iri_to_uri`. This is a way to output links without violating the DRY principle by having to hard-code URLs in your templates:: -- cgit v1.3