admin.ModelAdmin.get_list_display()

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.

doc_Django
2016-10-09 18:33:44
Comments
Leave a Comment

Please login to continue.