[webpages] Remane foreign key to web_page

This commit is contained in:
2024-02-12 22:58:07 -05:00
parent 15c1317395
commit ff18ad8efc
3 changed files with 23 additions and 7 deletions

View File

@ -24,7 +24,7 @@ class ScrobbleInline(admin.TabularInline):
"sport_event",
"board_game",
"geo_location",
"webpage",
"web_page",
"user",
)
exclude = ("source_id", "scrobble_log")
@ -110,7 +110,7 @@ class ScrobbleAdmin(admin.ModelAdmin):
"video_game",
"board_game",
"geo_location",
"webpage",
"web_page",
)
list_filter = (
"is_paused",