File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments