소스 검색

Fixed 27283 -- Fixed typo in 1.8 release notes.

Alasdair Nicol 8 년 전
부모
커밋
3203171832
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/releases/1.8.txt

+ 1 - 1
docs/releases/1.8.txt

@@ -1187,7 +1187,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