This commit is contained in:
Ross
2021-11-30 22:56:12 +00:00
parent 7ca9c15bd8
commit 519f1a014f
3 changed files with 21 additions and 3 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ class Differential(models.Model):
class Structure(SynMixin, models.Model):
structure = models.CharField(max_length=255, unique=True)
name = models.CharField(max_length=255, unique=True)
synonym = models.ManyToManyField("self", blank=True)