summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-12-22 17:16:44 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2025-12-22 20:25:31 -0500
commitf31445f2e7e1091ab4de81b9c994052fc6842e22 (patch)
treefdd40f1ad8a6cd711e9c005abd0d5f692c8afdb5 /docs/intro
parentb0befe1d40fcfef3086472419ae2ce9c0a5f1610 (diff)
[6.0.x] 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. Backport of 0def695e3cbaa9ede9ae4040a24cfed7417f9065 from main.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/tutorial02.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/intro/tutorial02.txt b/docs/intro/tutorial02.txt
index 23bf6c4c94..8f99965a47 100644
--- a/docs/intro/tutorial02.txt
+++ b/docs/intro/tutorial02.txt
@@ -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