From bdf894267955891b25d162eaba080d14f7ce4b59 Mon Sep 17 00:00:00 2001 From: DanAtShenTech Date: Wed, 16 May 2018 14:54:41 -0400 Subject: [PATCH] Fix wording --- docs/reference/contrib/modeladmin/inspectview.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/contrib/modeladmin/inspectview.rst b/docs/reference/contrib/modeladmin/inspectview.rst index fdd87cfec..292732c39 100644 --- a/docs/reference/contrib/modeladmin/inspectview.rst +++ b/docs/reference/contrib/modeladmin/inspectview.rst @@ -8,8 +8,8 @@ information about an instance without the option to edit it, you can easily enable the inspect view by setting ``inspect_view_enabled=True`` on your ``ModelAdmin`` class. -When enabled, an 'Inspect' button will automatically appear for each row in -your index / listing view, linking to new page that shows values a list of +When ``InspectView`` is enabled, an 'Inspect' button will automatically appear for each row in +your index / listing view, linking to a new page that shows a list of field values for that particular object. By default, all 'concrete' fields (where the field value is stored as a column