This commit is contained in:
Ross
2021-12-01 19:32:10 +00:00
parent 2b4549800a
commit f9dda1ddc8
2 changed files with 1 additions and 6 deletions
-4
View File
@@ -166,10 +166,6 @@ class Case(models.Model):
Condition, through=Differential, related_name="casedifferential"
)
sign = tagulous.models.TagField(
to=Sign, blank=True, help_text="Radiological signs in the question"
)
verified = models.BooleanField(default=False)
created_date = models.DateTimeField(default=timezone.now)
published_date = models.DateTimeField(blank=True, null=True)