Merge for adding bulk actions for posts: publish, unpublish, allow/disallow comments, and enable/disable liveblog (if installed)
This commit is contained in:
parent
0b56f31940
commit
3f7e3275d5
1 changed files with 0 additions and 1 deletions
|
@ -133,7 +133,6 @@ class PostAdmin(PlaceholderAdminMixin, FrontendEditableAdminMixin,
|
||||||
'title', 'author', 'date_published', 'app_config', 'all_languages_column',
|
'title', 'author', 'date_published', 'app_config', 'all_languages_column',
|
||||||
'date_published_end'
|
'date_published_end'
|
||||||
]
|
]
|
||||||
list_filter = ('app_config',)
|
|
||||||
search_fields = ('translations__title',)
|
search_fields = ('translations__title',)
|
||||||
date_hierarchy = 'date_published'
|
date_hierarchy = 'date_published'
|
||||||
raw_id_fields = ['author']
|
raw_id_fields = ['author']
|
||||||
|
|
Loading…
Reference in a new issue