mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-28 02:24:48 +00:00
Fix wording
This commit is contained in:
parent
1c7e90c3ee
commit
f58e85fa0f
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue