Skip to content
Snippets Groups Projects
Commit c91eb373 authored by Dylann Cordel's avatar Dylann Cordel :crossed_swords:
Browse files

correct get_list_display of admin.py to not have a link on the checkbox

parent 9410cc30
No related branches found
No related tags found
No related merge requests found
......@@ -94,7 +94,7 @@ def CustomModelCMSAdminFactory(
return list_display
def get_list_display_links(self, request, list_display):
return []
return [None, ]
return klass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment