Fixes in datetimefield and admin app
This commit is contained in:
parent
de51f0356f
commit
2f3ee90e26
3 changed files with 40 additions and 13 deletions
|
|
@ -305,7 +305,9 @@ def signup():
|
|||
|
||||
forms['privileges']=2
|
||||
|
||||
user_admin.valid_fields=['username', 'email', 'password', 'privileges']
|
||||
forms['last_login']=now()
|
||||
|
||||
user_admin.valid_fields=['username', 'email', 'password', 'privileges', 'last_login']
|
||||
|
||||
user_admin.create_forms()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue