From 9bde22cf54722b6a2e6f610ff5ee368fe42a8949 Mon Sep 17 00:00:00 2001 From: Johannes Christ Date: Sun, 18 Nov 2018 21:23:20 +0100 Subject: Use proper field class name. --- api/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api') diff --git a/api/models.py b/api/models.py index abbaa8bc..22722b5c 100644 --- a/api/models.py +++ b/api/models.py @@ -226,7 +226,7 @@ class Message(ModelReprMixin, models.Model): on_delete=models.CASCADE, help_text="The author of this message." ) - channel_id = models.BigInteger( + channel_id = models.BigIntegerField( help_text=( "The channel ID that this message was " "sent in, taken from Discord." -- cgit v1.2.3