From 88a6832b85f144683b0bb1119e05a5ef40f314e6 Mon Sep 17 00:00:00 2001 From: jungmir Date: Mon, 7 Oct 2024 05:03:15 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20=EC=97=86=EB=8A=94=20=EC=98=B5=EC=85=98?= =?UTF-8?q?=EC=9D=84=20=EB=94=94=EC=8A=A4=ED=94=8C=EB=A0=88=EC=9D=B4=20?= =?UTF-8?q?=ED=95=98=EB=A0=A4=EB=8D=98=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sponsor/admin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sponsor/admin.py b/sponsor/admin.py index cf92fd9..e62b8ec 100644 --- a/sponsor/admin.py +++ b/sponsor/admin.py @@ -20,7 +20,6 @@ class SponsorAdmin(SummernoteModelAdmin): "submitted", "accepted", "paid_at", - "year", ) list_filter = ("accepted", "submitted", "paid_at") ordering = ("-created_at",)