[scrobbles] Clean up inline admin

This commit is contained in:
2024-04-19 15:13:07 -04:00
parent 8fbe37a163
commit 06277f21de

View File

@ -26,7 +26,15 @@ class ScrobbleInline(admin.TabularInline):
"web_page", "web_page",
"user", "user",
) )
exclude = ("scrobble_log",) exclude = (
"scrobble_log",
"timezone",
"book_koreader_hash",
"book_page_data",
"book_pages_read",
"videogame_save_data",
"videogame_screenshot",
)
class ImportBaseAdmin(admin.ModelAdmin): class ImportBaseAdmin(admin.ModelAdmin):