[boardgames] Clean up email parser to work with many plays

This commit is contained in:
2025-07-03 00:34:51 -04:00
parent 1590ce5f18
commit 1fd325823b
5 changed files with 134 additions and 80 deletions

View File

@ -47,7 +47,7 @@ class BoardGameAdmin(admin.ModelAdmin):
list_display = (
"bggeek_id",
"title",
"published_date",
"published_year",
)
search_fields = ("title",)
ordering = ("-created",)