summaryrefslogtreecommitdiff
path: root/django/contrib/auth/create_superuser.py
AgeCommit message (Expand)Author
2014-07-01Removed django/contrib/auth/create_superuser.pyTim Graham
2008-06-08Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the n...Russell Keith-Magee
2008-06-08Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq.Jacob Kaplan-Moss
2008-01-13Fixed #3165 -- Really allow underscores when making a superuser, thanks `Smil...Gary Wilson Jr
2006-09-26Fixed #2704 -- Fixed error in create_superuser. It was failing for invalid us...Adrian Holovaty
2006-05-05Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line fu...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty