mirror of
https://github.com/wagtail/wagtail.git
synced 2024-12-01 11:41:20 +01:00
Fix wording
This commit is contained in:
parent
1c7e90c3ee
commit
f58e85fa0f
@ -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
|
enable the inspect view by setting ``inspect_view_enabled=True`` on your
|
||||||
``ModelAdmin`` class.
|
``ModelAdmin`` class.
|
||||||
|
|
||||||
When enabled, an 'Inspect' button will automatically appear for each row in
|
When ``InspectView`` is 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
|
your index / listing view, linking to a new page that shows a list of
|
||||||
field values for that particular object.
|
field values for that particular object.
|
||||||
|
|
||||||
By default, all 'concrete' fields (where the field value is stored as a column
|
By default, all 'concrete' fields (where the field value is stored as a column
|
||||||
|
Loading…
Reference in New Issue
Block a user