Skip to content

Commit

Permalink
Sorry, typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Mar 30, 2012
1 parent 8e1ee59 commit 9aa6ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Therefore after installing new version of django-categories, for each project to

python manage.py migrate categories 0010_add_field_categoryrelation_category --fake --delete-ghost-migrations
python manage.py migrate categories 0011_move_category_fks --fake
python manage.py migrate categories 0012_remove_story_field --fakes
python manage.py migrate categories 0012_remove_story_field --fake
python manage.py migrate categories 0013_null_category_id

This way both the exact database layout and migration history is restored between the two installation paths (new installation from 1.0.3 and upgrade from 1.0.2 to 1.0.3).
Expand Down

0 comments on commit 9aa6ce7

Please sign in to comment.