From 5685b7cd73820f56a6763d96f1423a0bdfca7c05 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Sat, 29 May 2021 03:51:14 -0700 Subject: Fixed typos in comments and docs. --- docs/topics/migrations.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics') diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index 708040826f..6b174b4196 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -676,7 +676,7 @@ app label and migration name you want to squash up to, and it'll get to work:: Do you wish to proceed? [yN] y Optimizing... Optimized from 12 operations to 7 operations. - Created new squashed migration /home/andrew/Programs/DjangoTest/test/migrations/0001_squashed_0004_undo_somthing.py + Created new squashed migration /home/andrew/Programs/DjangoTest/test/migrations/0001_squashed_0004_undo_something.py You should commit this migration but leave the old ones in place; the new migration will be used for new installs. Once you are sure all instances of the codebase have applied the migrations you squashed, -- cgit v1.3