From e0245512c9c3823381c121c842c8c5da9d1216a2 Mon Sep 17 00:00:00 2001 From: Bob <1397910458@qq.com> Date: Mon, 26 Oct 2020 00:00:52 +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 e1da43b..2deab2f 100644 --- a/dashboard/models.py +++ b/dashboard/models.py @@ -750,7 +750,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)