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

set default to None

parent e845180a
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