diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 2590243144..5d76c52d2a 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -1982,6 +1982,8 @@ if you specifically wanted the admin view from the admin instance named For more details, see the documentation on :ref:`reversing namespaced URLs `. +.. versionadded:: 1.4 + To allow easier reversing of the admin urls in templates, Django provides an ``admin_urlname`` filter which takes an action as argument: