From 203895fc7e8f83c94e00f08f301131fd1ea7cf4b Mon Sep 17 00:00:00 2001 From: Markus Witt Date: Thu, 8 Jun 2017 10:58:30 +0200 Subject: [PATCH] upgrading.md: fix typo --- docs/installation/upgrading.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/upgrading.md b/docs/installation/upgrading.md index 46b2252f7..6d0db728d 100644 --- a/docs/installation/upgrading.md +++ b/docs/installation/upgrading.md @@ -64,7 +64,7 @@ This script: Your models have changes that are not yet reflected in a migration, and so won't be applied. Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them. - This may occur due to semantic differences in environment, and can be safely ignored. Never attempt to create new migrations unless you are inentionally modifying the database schema. + This may occur due to semantic differences in environment, and can be safely ignored. Never attempt to create new migrations unless you are intentionally modifying the database schema. # Restart the WSGI Service