summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-04-24 19:55:52 +0000
committerClaude Paroz <claude@2xlibre.net>2012-04-24 19:55:52 +0000
commiteb351ac9cba2d6b2750aecb4353ba482d6dca87f (patch)
treebc36b15509d9d3066d6d91412be9d27c47719226 /docs/ref/contrib/admin
parentc4e62eff9074bedb5f2242b46625c35721502989 (diff)
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
Diffstat (limited to 'docs/ref/contrib/admin')
-rw-r--r--docs/ref/contrib/admin/index.txt1
1 files changed, 0 insertions, 1 deletions
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 %}
<a href="{% url opts|admin_urlname:'add' %}">Add user</a>
<a href="{% url opts|admin_urlname:'delete' user.pk %}">Delete this user</a>