Allow admin filter by video type
This commit is contained in:
@ -20,7 +20,7 @@ class VideoAdmin(admin.ModelAdmin):
|
||||
"episode_number",
|
||||
"imdb_id",
|
||||
)
|
||||
list_filter = ("year", "tv_series")
|
||||
list_filter = ("year", "tv_series", "video_type")
|
||||
ordering = ("-created",)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user