#1074 closed defect (fixed)
createsuperuser broken on magic-removal branch
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | Core (Management commands) | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
manage.py createsuperuser fails becuase import datetime
is missing from the top of django.models.auth
Note:
See TracTickets
for help on using tickets.
(In [1711]) magic-removal: Fixed #1074. Added missing import to the top of django.models.auth. Thanks, Joseph Kocherhans