From 0767055dfc255ba120811f6d9cba2c7e593b0731 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 10 Jun 2014 12:22:07 -0400 Subject: [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 --- docs/ref/django-admin.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs/ref') 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 ` (``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 -- cgit v1.3