Kaydet (Commit) 391ec5a0 authored tarafından Baptiste Mispelon's avatar Baptiste Mispelon Kaydeden (comit) Simon Charette

Fixed #20160 -- Erronous reference to `module_name` in admin doc.

Ref #19689.
üst 6293eaa0
...@@ -2159,5 +2159,5 @@ To allow easier reversing of the admin urls in templates, Django provides an ...@@ -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 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 :class:`ModelAdmin` instances described above. The ``opts`` variable can be any
object which has an ``app_label`` and ``module_name`` and is usually supplied object which has an ``app_label`` and ``model_name`` attributes and is usually
by the admin views for the current model. supplied by the admin views for the current model.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment