From 32031718320e1b4d708b15d8c67738e4c77c9bc7 Mon Sep 17 00:00:00 2001 From: Alasdair Nicol Date: Wed, 28 Sep 2016 11:50:49 +0100 Subject: [PATCH] Fixed 27283 -- Fixed typo in 1.8 release notes. --- docs/releases/1.8.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt index 706d2dc109..5cb91427c7 100644 --- a/docs/releases/1.8.txt +++ b/docs/releases/1.8.txt @@ -1187,7 +1187,7 @@ Miscellaneous Be careful if you upgrade to Django 1.8 and skip Django 1.7. If you run ``manage.py migrate --fake``, this migration will be skipped and you'll see a ``RuntimeError: Error creating new content types.`` exception because the - ``name`` column won't be dropped from the database. Use ``migrate.py migrate + ``name`` column won't be dropped from the database. Use ``manage.py migrate --fake-initial`` to fake only the initial migration instead. * The new :option:`migrate --fake-initial` option allows faking initial