mirror of
https://github.com/django/django.git
synced 2025-06-05 03:29:12 +00:00
[1.10.x] Fixed 27283 -- Fixed typo in 1.8 release notes.
Backport of 32031718320e1b4d708b15d8c67738e4c77c9bc7 from master
This commit is contained in:
parent
933ebfad06
commit
63af78bbe0
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user