You've already forked django-changelist-inline
Django 4.0 compat.
This commit is contained in:
3
django_changelist_inline/admin.py
Executable file → Normal file
3
django_changelist_inline/admin.py
Executable file → Normal file
@@ -38,6 +38,9 @@ class ChangelistInlineModelAdmin(admin.ModelAdmin):
|
||||
self.sortable_by = ()
|
||||
self.show_full_result_count = False
|
||||
|
||||
if hasattr(self, 'search_help_text') is True:
|
||||
self.search_help_text = None
|
||||
|
||||
def get_actions(self, request):
|
||||
return []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user