X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f3dbec099e62eec49b0a9e1d293e7f0dc12361c1..82c3054bcdeb000aa9782da80d644070797b5cbe:/apps/dictionary/models.py diff --git a/apps/dictionary/models.py b/apps/dictionary/models.py index d0d8b69ac..cc2b0ac51 100644 --- a/apps/dictionary/models.py +++ b/apps/dictionary/models.py @@ -28,7 +28,7 @@ class Note(models.Model): html = models.TextField() sort_key = models.CharField(max_length=128, db_index=True) fn_type = models.CharField(max_length=10, db_index=True) - qualifiers = models.ManyToManyField(Qualifier, null=True) + qualifiers = models.ManyToManyField(Qualifier) language = models.CharField(max_length=10, db_index=True) class Meta: