Skip to content

Commit e54a5fe

Browse files
committed
doc(): add a screenshot for the history_list_display
1 parent dcafcf7 commit e54a5fe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
37.1 KB
Loading

docs/usage.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ By default, the history log displays one line per change containing
137137
* a comment corresponding to the change
138138
* the author of the change
139139

140-
You can add other columns (for example the object's status if it has one to see
140+
You can add other columns (for example the object's status to see
141141
how it evolved) by adding a ``history_list_display`` array of fields to the
142142
admin class
143143

@@ -157,6 +157,9 @@ admin class
157157
admin.site.register(Choice, SimpleHistoryAdmin)
158158
159159
160+
.. image:: screens/5_history_list_display.png
161+
162+
160163
Querying history
161164
----------------
162165

0 commit comments

Comments
 (0)