Commit 08b0b81a authored by Tim Graham's avatar Tim Graham
Browse files

[1.8.x] Fixed #25041 -- Clarified difference between syncdb and migrate.

parent 805e5b88
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1413,9 +1413,10 @@ syncdb

    This command has been deprecated in favor of the :djadmin:`migrate`
    command, which performs both the old behavior as well as executing
    migrations. It is now just an alias to that command.
    migrations.

Alias for :djadmin:`migrate`.
Alias for :djadmin:`migrate`, except that it also prompts you to create a
superuser if one doesn't exist (assuming you are using ``django.contrib.auth``).

test <app or test identifier>
-----------------------------