mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-17 06:30:25 +00:00
Add search_fields to MODEL_ADMIN_ATTRS
This commit is contained in:
parent
e6cb526df4
commit
26eeaf14aa
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ from django.conf import settings
|
|||
|
||||
MODEL_ADMIN_ATTRS = (
|
||||
'list_display', 'list_display_links', 'list_filter', 'admin',
|
||||
'search_fields',
|
||||
'index_view', 'detail_view', 'create_view', 'update_view', 'delete_view',
|
||||
'get_default_view_kwargs', 'get_list_actions')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue