diff options
| author | Aymeric Augustin <aymeric.augustin@m4x.org> | 2011-12-03 19:15:12 +0000 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2011-12-03 19:15:12 +0000 |
| commit | e42360b56b8a215e5752b42b63fa5f2a0b2e78fd (patch) | |
| tree | 48e646a4281ad34fb961f0fc6cca1df7eee48acd /docs | |
| parent | 5e2f5d146618f1a21695d0df78853641aad5a154 (diff) | |
Added a versionadded directive for the 'admin_urlname' filter introduced at r16857.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17167 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 <topics-http-reversing-url-namespaces>`. +.. 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: |
