Explorar o código

Allow admin filter by video type

Colin Powell %!s(int64=2) %!d(string=hai) anos
pai
achega
cd51d1b8c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      videos/admin.py

+ 1 - 1
videos/admin.py

@@ -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",)