Changes between Initial Version and Version 4 of Ticket #29675
- Timestamp:
- Aug 15, 2018, 10:33:22 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29675
- Property Type Uncategorized → Bug
- Property Resolution → invalid
- Property Status new → closed
-
Ticket #29675 – Description
initial v4 1 {{{ 1 2 Traceback (most recent call last): 2 3 File "manage.py", line 15, in <module> … … 16 17 self.UserModel._default_manager.db_manager(database).create_superuser(**user_data) 17 18 TypeError: create_superuser() missing 1 required positional argument: 'full_name' 19 }}}