diff options
author | 2022-11-07 18:20:10 +0100 | |
---|---|---|
committer | 2022-11-07 18:20:10 +0100 | |
commit | 8bc05d1c7def6b5558f554b0d5305bd346783583 (patch) | |
tree | 1f7dc7d328a5627a92e3041d462fde7eebaaaf68 /pydis_site/apps/api | |
parent | fix grammar in thread_id's help text (diff) |
push forgotten model update
Diffstat (limited to 'pydis_site/apps/api')
-rw-r--r-- | pydis_site/apps/api/models/bot/nomination.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/apps/api/models/bot/nomination.py b/pydis_site/apps/api/models/bot/nomination.py index e96177d3..9146c1d0 100644 --- a/pydis_site/apps/api/models/bot/nomination.py +++ b/pydis_site/apps/api/models/bot/nomination.py @@ -36,7 +36,7 @@ class Nomination(ModelReprMixin, models.Model): help_text="Whether a review was made." ) thread_id = models.BigIntegerField( - help_text="The nomination vote thread's id.", + help_text="The nomination vote's thread id.", null=True, blank=True ) |