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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.