mirror of
https://github.com/django/django.git
synced 2025-11-02 04:48:33 +00:00
Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs.
This commit is contained in:
parent
b6a6cf4ab7
commit
27f04e79b1
9 changed files with 34 additions and 33 deletions
|
|
@ -45,7 +45,7 @@ Take a look at Django's support for :mod:`schema migrations
|
|||
|
||||
If you don't mind clearing data, your project's ``manage.py`` utility has a
|
||||
:djadmin:`flush` option to reset the database to the state it was in
|
||||
immediately after :djadmin:`syncdb` was executed.
|
||||
immediately after :djadmin:`migrate` was executed.
|
||||
|
||||
Do Django models support multiple-column primary keys?
|
||||
------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue