summaryrefslogtreecommitdiff
path: root/django/contrib/auth/create_superuser.py
AgeCommit message (Collapse)Author
2014-07-01Removed django/contrib/auth/create_superuser.pyTim Graham
It's a shim that calls the actual createsuperuser management command and it's been marked as deprecated since Django 1.0.
2008-06-08Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the ↵Russell Keith-Magee
new createsuperuser command. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-08Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7590 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-01-13Fixed #3165 -- Really allow underscores when making a superuser, thanks ↵Gary Wilson Jr
`SmileyChris`. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7018 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-26Fixed #2704 -- Fixed error in create_superuser. It was failing for invalid ↵Adrian Holovaty
usernames. Thanks for reporting, jmu git-svn-id: http://code.djangoproject.com/svn/django/trunk@3864 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-05Fixed #1726 -- Made django/contrib/auth/create_superuser.py a command-line ↵Adrian Holovaty
function, and added docs git-svn-id: http://code.djangoproject.com/svn/django/trunk@2841 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly ↵Adrian Holovaty
backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions. git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37