Skip to content

Commit 26cfe7d

Browse files
authored
Update README.md
1 parent c22bd84 commit 26cfe7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Resolve django makemigrations `multiple leaf nodes in the migration graph` by en
1515
## Features
1616

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

2424
## Example
2525

0 commit comments

Comments
 (0)