Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ The workflow for this would be:
* commit and note the commit hash
* `git checkout 2.0`
* create a new branch `git checkout -b 2-0-replace-migrations`
* Install `django-replace-migration` here.
* Install `django-replace-migrations` here.
* run `./manage.py makemigrations --replace-all --name replace_2_0 app1, app2, ...` ([How to get all apps](https://stackoverflow.com/questions/4111244/get-a-list-of-all-installed-applications-in-django-and-their-attributes))
* commit and note the commit hash
* `git checkout [your main/feature branch]`
Expand Down