diff options
| author | Tim Graham <timograham@gmail.com> | 2013-11-24 16:28:29 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-11-24 16:29:10 -0500 |
| commit | df18cc632cd78d575f434310724034630cc84304 (patch) | |
| tree | 6e12645f032749f38580b74329bdd21f19cbc403 /docs | |
| parent | af65860c5bc8f5efb76df9078284996cf55114f5 (diff) | |
[1.6.x] Fixed typo in previous commit; refs #21490.
Backport of 03bc0a8ac5 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index 4826bae690..ae0fd8214a 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2354,7 +2354,7 @@ that instance as a ``current_app`` hint to the reverse call. For example, if you specifically wanted the admin view from the admin instance named ``custom``, you would need to call:: - >>> change_url = urlresolvers.reverse('custom:polls_choice_change', + >>> change_url = urlresolvers.reverse('admin:polls_choice_change', ... args=(c.id,), current_app='custom') For more details, see the documentation on :ref:`reversing namespaced URLs |
