summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorAlasdair Nicol <alasdair@thenicols.net>2016-09-28 11:50:49 +0100
committerTim Graham <timograham@gmail.com>2016-09-28 06:51:23 -0400
commit108613eab7a96bcf7c5568e30066e0316aac132e (patch)
tree7137da3ba529f7268eb1415f6a8650414920e057 /docs/releases
parent48b1e9fb1746569b13f84158f98c47a557a92ec4 (diff)
[1.9.x] Fixed 27283 -- Fixed typo in 1.8 release notes.
Backport of 32031718320e1b4d708b15d8c67738e4c77c9bc7 from master
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.8.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 7393c858f6..a109c5415f 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -1190,7 +1190,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