Changes between Initial Version and Version 4 of Ticket #29675


Ignore:
Timestamp:
Aug 15, 2018, 10:33:22 AM (6 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #29675

    • Property Type UncategorizedBug
    • Property Resolutioninvalid
    • Property Status newclosed
  • Ticket #29675 – Description

    initial v4  
     1{{{
    12Traceback (most recent call last):
    23  File "manage.py", line 15, in <module>
     
    1617    self.UserModel._default_manager.db_manager(database).create_superuser(**user_data)
    1718TypeError: create_superuser() missing 1 required positional argument: 'full_name'
     19}}}
Back to Top