Changes between Initial Version and Version 1 of Ticket #30066, comment 2


Ignore:
Timestamp:
Dec 28, 2018, 9:32:31 PM (5 years ago)
Author:
Abhishek Bera

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.
     1I 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
Back to Top