mirror of
https://github.com/django/django.git
synced 2025-12-23 09:19:27 +00:00
Refs #27100 -- Removed obsolete message from tutorial and migrations topic.
The project state is cached, so when it was calculated in #27100 during the pre-migrate stage, it was no longer calculated on forward migrations. Backward migrations still calculate it.
This commit is contained in:
parent
bddcefb00f
commit
0def695e3c
2 changed files with 0 additions and 2 deletions
|
|
@ -308,7 +308,6 @@ database:
|
|||
Operations to perform:
|
||||
Apply all migrations: admin, auth, contenttypes, polls, sessions
|
||||
Running migrations:
|
||||
Rendering model states... DONE
|
||||
Applying polls.0001_initial... OK
|
||||
|
||||
The :djadmin:`migrate` command takes all the migrations that haven't been
|
||||
|
|
|
|||
|
|
@ -135,7 +135,6 @@ database to make sure they work as expected:
|
|||
Operations to perform:
|
||||
Apply all migrations: books
|
||||
Running migrations:
|
||||
Rendering model states... DONE
|
||||
Applying books.0003_auto... OK
|
||||
|
||||
Once the migration is applied, commit the migration and the models change
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue