[1.8.x] Fixed 27283 -- Fixed typo in 1.8 release notes.
Backport of 3203171832
from master
This commit is contained in:
parent
d5430a5ff9
commit
6e24eeef60
|
@ -1189,7 +1189,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.
|
||||
|
||||
* :djadmin:`migrate` now accepts the :djadminopt:`--fake-initial` option to
|
||||
|
|
Loading…
Reference in New Issue