Many fixes and improvenments

This commit is contained in:
Antonio de la Rosa 2016-05-10 17:02:04 +02:00
parent 5474134f74
commit 87177ccdb5
7 changed files with 180 additions and 66 deletions

View file

@ -24,9 +24,9 @@ class PrivilegesField(corefields.IntegerField):
class UserAdmin(UserModel):
#def create_fields(self):
def __init__(self):
def __init__(self, connection):
super().__init__()
super().__init__(connection)
# I can change other fields here, how the name.