summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBaptiste Mispelon <bmispelon@gmail.com>2013-03-29 18:59:34 +0100
committerSimon Charette <charette.s@gmail.com>2013-03-29 14:31:29 -0400
commit391ec5a08582f9479366e38afb4cb0547c39f073 (patch)
tree890848d7f82bd8358e3d23b1b1410f6d100d40f6 /docs
parent6293eaa062db473a208c782f0e419314152a071e (diff)
Fixed #20160 -- Erronous reference to `module_name` in admin doc.
Ref #19689.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/admin/index.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index bc09c36890..c567bc1db4 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -2159,5 +2159,5 @@ To allow easier reversing of the admin urls in templates, Django provides an
The action in the examples above match the last part of the URL names for
:class:`ModelAdmin` instances described above. The ``opts`` variable can be any
-object which has an ``app_label`` and ``module_name`` and is usually supplied
-by the admin views for the current model.
+object which has an ``app_label`` and ``model_name`` attributes and is usually
+supplied by the admin views for the current model.