Branch: refs/heads/stable/1.7.x
Home:
https://github.com/django/django
Commit: 0767055dfc255ba120811f6d9cba2c7e593b0731
https://github.com/django/django/commit/0767055dfc255ba120811f6d9cba2c7e593b0731
Author: Tim Graham <
timog...@gmail.com>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M django/contrib/auth/management/__init__.py
M django/core/management/commands/syncdb.py
M docs/intro/tutorial01.txt
M docs/intro/tutorial02.txt
M docs/ref/django-admin.txt
M docs/topics/auth/default.txt
Log Message:
-----------
[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