Skip to content
Snippets Groups Projects
Commit a48902ba authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Merge branch 'add-count' into 'main'

set default to None

See merge request hub/django-autocomplete-multi-models!2
parents 9a767c45 7f22dde9
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,7 @@ class IndexedWord(django.db.models.Model):
occurrence = django.db.models.IntegerField(
null=True,
blank=True,
default=None,
)
def __str__(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment