From b136b98d63f74a312f7632211181ee6efca086cb Mon Sep 17 00:00:00 2001 From: Bob <1397910458@qq.com> Date: Mon, 26 Oct 2020 06:58:49 +0800 Subject: [PATCH] =?UTF-8?q?#=E6=9B=B4=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dashboard/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/models.py b/dashboard/models.py index 5b075e7..08be6b2 100644 --- a/dashboard/models.py +++ b/dashboard/models.py @@ -753,7 +753,6 @@ class TimelinessMonitoring(models.Model): # 错别字临时表 - class Wrongly(models.Model): id = models.UUIDField('id', primary_key=True, default=uuid.uuid4) error = models.CharField('错误', max_length=256, null=True, blank=True)