We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e85f7c + 88a6832 commit 2d39093Copy full SHA for 2d39093
sponsor/admin.py
@@ -20,7 +20,6 @@ class SponsorAdmin(SummernoteModelAdmin):
20
"submitted",
21
"accepted",
22
"paid_at",
23
- "year",
24
)
25
list_filter = ("accepted", "submitted", "paid_at")
26
ordering = ("-created_at",)
0 commit comments