diff options
| author | Tim Graham <timograham@gmail.com> | 2014-06-10 12:22:07 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-10 15:00:12 -0400 |
| commit | 0767055dfc255ba120811f6d9cba2c7e593b0731 (patch) | |
| tree | f55237d0bf514bc534d6d2dbab5cb7d8ee4a240f /docs/ref | |
| parent | d232a5f93f2c0be93b6aa5669e9cba0f328a4a9b (diff) | |
[1.7.x] Fixed #22770 -- Removed create_superuser from post_migrate signals.
Moved logic to syncdb command for backwards compatibility.
Backport of 93d05536fd from master
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/django-admin.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt index 2296d2b422..f68157c2a9 100644 --- a/docs/ref/django-admin.txt +++ b/docs/ref/django-admin.txt @@ -1420,9 +1420,8 @@ This command is only available if Django's :doc:`authentication system </topics/auth/index>` (``django.contrib.auth``) is installed. Creates a superuser account (a user who has all permissions). This is -useful if you need to create an initial superuser account but did not -do so during the first :djadmin:`migrate`, or if you need to programmatically -generate superuser accounts for your site(s). +useful if you need to create an initial superuser account or if you need to +programmatically generate superuser accounts for your site(s). When run interactively, this command will prompt for a password for the new superuser account. When run non-interactively, no password |
