From de0a76c47a8c590fb001f19939b7fdaf8d94cd11 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Fri, 18 Dec 2020 16:08:39 +0200 Subject: Remove DNS blacklist field from antispam model --- backend/models/antispam.py | 1 - 1 file changed, 1 deletion(-) (limited to 'backend/models') diff --git a/backend/models/antispam.py b/backend/models/antispam.py index b16f686..b596d4d 100644 --- a/backend/models/antispam.py +++ b/backend/models/antispam.py @@ -7,4 +7,3 @@ class AntiSpam(BaseModel): ip_hash: str user_agent_hash: str captcha_pass: bool - dns_blacklisted: bool -- cgit v1.2.3