Fixed 27283 -- Fixed typo in 1.8 release notes.

This commit is contained in:
Alasdair Nicol 2016-09-28 11:50:49 +01:00 committed by Tim Graham
parent 2317434147
commit 3203171832
1 changed files with 1 additions and 1 deletions

View File

@ -1187,7 +1187,7 @@ Miscellaneous
Be careful if you upgrade to Django 1.8 and skip Django 1.7. If you run 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 ``manage.py migrate --fake``, this migration will be skipped and you'll see
a ``RuntimeError: Error creating new content types.`` exception because the 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. --fake-initial`` to fake only the initial migration instead.
* The new :option:`migrate --fake-initial` option allows faking initial * The new :option:`migrate --fake-initial` option allows faking initial