Changes between Initial Version and Version 1 of Ticket #30066, comment 2
- Timestamp:
- Dec 28, 2018, 9:32:31 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30066, comment 2
initial v1 1 I added a test case with no email and password for the super user which failed. later i changed the code in the models to email = None and password = None in the contrib/auth/models createsuperuser params .1 I added a test case with no email and password for the super user which failed. later i changed the code in the models to email = None and password = None in the contrib/auth/models createsuperuser params and now the test case is passing