Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1074 closed defect (fixed)

createsuperuser broken on magic-removal branch

Reported by: Joseph Kocherhans <jkocherhans@…> 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

Change History (1)

comment:1 by Adrian Holovaty, 18 years ago

Resolution: fixed
Status: newclosed

(In [1711]) magic-removal: Fixed #1074. Added missing import to the top of django.models.auth. Thanks, Joseph Kocherhans

Note: See TracTickets for help on using tickets.
Back to Top