diff options
author | 2022-11-12 15:53:25 +0100 | |
---|---|---|
committer | 2022-11-12 15:53:25 +0100 | |
commit | 285f48f4e0fd903f296921640f710fe6459a7154 (patch) | |
tree | f9e4911d95c383bf8f0421958581fcf989d4d91a /pydis_site/apps/api/models/bot | |
parent | remove useless coverage related commented (diff) |
remove useless blank constraint
This updates the migration as well
Diffstat (limited to 'pydis_site/apps/api/models/bot')
-rw-r--r-- | pydis_site/apps/api/models/bot/nomination.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pydis_site/apps/api/models/bot/nomination.py b/pydis_site/apps/api/models/bot/nomination.py index 9146c1d0..58e70a83 100644 --- a/pydis_site/apps/api/models/bot/nomination.py +++ b/pydis_site/apps/api/models/bot/nomination.py @@ -38,7 +38,6 @@ class Nomination(ModelReprMixin, models.Model): thread_id = models.BigIntegerField( help_text="The nomination vote's thread id.", null=True, - blank=True ) def __str__(self): |