mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +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
|
@ -1241,7 +1241,7 @@ Here's specifically what will happen:
|
|||
|
||||
* At the start of each test case, before ``setUp()`` is run, Django will
|
||||
flush the database, returning the database to the state it was in
|
||||
directly after :djadmin:`syncdb` was called.
|
||||
directly after :djadmin:`migrate` was called.
|
||||
|
||||
* Then, all the named fixtures are installed. In this example, Django will
|
||||
install any JSON fixture named ``mammals``, followed by any fixture named
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue