Explorar el Código

Use raw IDs for scrobbler media

Colin Powell hace 1 año
padre
commit
b427731bc3
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      vrobbler/apps/scrobbles/admin.py

+ 3 - 0
vrobbler/apps/scrobbles/admin.py

@@ -108,6 +108,9 @@ class ScrobbleAdmin(admin.ModelAdmin):
         "sport_event",
         "book",
         "video_game",
+        "board_game",
+        "geo_location",
+        "webpage",
     )
     list_filter = (
         "is_paused",