Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Aug 8, 2021
1 parent c22bd84 commit 26cfe7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ Resolve django makemigrations `multiple leaf nodes in the migration graph` by en
## Features

* 100% test coverage.
* Maintain a consistent migration history when conflicts occur as a result of changes made using different versions of the default branch.
* Resolve migration conflicts on PR branches
* Maintain a consistent migration history when conflicts occur as a result of changes made using different versions of the target branch.
* Resolve migration conflicts on Pull Request branches
* Resolve migration conflicts on the default branch **(NOT RECOMMENDED)**
* Supports default migration modules i.e (`0001_....py`)
* Re-number all migrations using the last migration on the default branch i.e `main|master|develop` depending on your setup.
* Re-number all migrations using the last migration on the target branch.

## Example

Expand Down

0 comments on commit 26cfe7d

Please sign in to comment.