add filter for Log.source
This commit is contained in:
parent
20694d8a74
commit
995efffc52
|
@ -123,7 +123,7 @@ class DiffusionAdmin (admin.ModelAdmin):
|
|||
@admin.register(Log)
|
||||
class LogAdmin (admin.ModelAdmin):
|
||||
list_display = ['id', 'date', 'source', 'comment', 'related_object']
|
||||
list_filter = ['date', 'related_type']
|
||||
list_filter = ['date', 'source', 'related_type']
|
||||
|
||||
|
||||
@admin.register(Schedule)
|
||||
|
|
Loading…
Reference in New Issue
Block a user