Merge "doa does not work with mysql"

This commit is contained in:
Jenkins 2015-09-30 20:00:34 +00:00 committed by Gerrit Code Review
commit 224b58d930
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ class User(models.AbstractBaseUser, models.AnonymousUser):
"""
keystone_user_id = db_models.CharField(primary_key=True, max_length=256)
keystone_user_id = db_models.CharField(primary_key=True, max_length=255)
USERNAME_FIELD = 'keystone_user_id'
def __init__(self, id=None, token=None, user=None, tenant_id=None,