Skip to content

Commit

Permalink
[1.9.x] Fixed 27283 -- Fixed typo in 1.8 release notes.
Browse files Browse the repository at this point in the history
Backport of 3203171 from master
  • Loading branch information
alasdairnicol authored and timgraham committed Sep 28, 2016
1 parent 48b1e9f commit 108613e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releases/1.8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 108613e

Please sign in to comment.