Many fixes and improvenments
This commit is contained in:
parent
5474134f74
commit
87177ccdb5
7 changed files with 180 additions and 66 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue