ModelAdmin.get_list_display(request)
[source]
The get_list_display
method is given the HttpRequest
and is expected to return a list
or tuple
of field names that will be displayed on the changelist view as described above in the ModelAdmin.list_display
section.
Please login to continue.