From b7fc3628dfd098ce2f20589dadd074351f80d016 Mon Sep 17 00:00:00 2001 From: Taizo 'Tsa6' Simpson Date: Thu, 21 Sep 2017 16:51:16 -0400 Subject: [PATCH] Changed type of field from non-existant IntField to IntegerField --- LandingPage/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LandingPage/models.py b/LandingPage/models.py index e36a055..c78d9e0 100644 --- a/LandingPage/models.py +++ b/LandingPage/models.py @@ -70,7 +70,7 @@ class Show(TimestampedModel): ) class User(TimestampedModel): - user_id = models.IntField( + user_id = models.IntegerField( help_text='The user id assigned to this user by IcyNet\'s auth servers' ) email = models.EmailField(