Switch the data to a textfield for authorization codes.

This commit is contained in:
jakedt 2014-03-25 16:06:34 -04:00
parent 5f98bf8dab
commit afb3a67b7b
2 changed files with 1 additions and 1 deletions

View file

@ -287,7 +287,7 @@ class OAuthAuthorizationCode(BaseModel):
application = ForeignKeyField(OAuthApplication)
code = CharField(index=True)
scope = CharField()
data = CharField() # Context for the code, such as the user
data = TextField() # Context for the code, such as the user
class OAuthAccessToken(BaseModel):

Binary file not shown.