From eb351ac9cba2d6b2750aecb4353ba482d6dca87f Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Tue, 24 Apr 2012 19:55:52 +0000 Subject: Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17934 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/admin/index.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/ref/contrib') diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 1163a5b87e..f3e39b9c40 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2034,7 +2034,6 @@ To allow easier reversing of the admin urls in templates, Django provides an .. code-block:: html+django {% load admin_urls %} - {% load url from future %} Add user Delete this user -- cgit v1.3