From 0def695e3cbaa9ede9ae4040a24cfed7417f9065 Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Mon, 22 Dec 2025 17:16:44 -0500 Subject: 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. --- docs/topics/migrations.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/topics') diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index 90034b0dfe..f68f512cdd 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -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 -- cgit v1.3