File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 88
99# django-migration-fixer
1010
11- ## Problem
12-
1311Maintain a consistent migration history when conflicts occur as a result of changes made using different versions of the default branch.
1412
15- ### Example
13+ ## Features
14+
15+ * Resolves migration conflicts on feature/PR branches
16+ * Resolves migration conflicts on the default branch ** (NOT RECOMMENDED)**
17+ * Supports numbered migration modules i.e (` 0001_....py ` )
18+ * Supports named migration modules i.e (` custom_migration.py ` )
19+ * Re-index all migrations using the last migration on the default branch i.e ` main ` or ` develop `
20+
21+
22+ ## Example
1623
1724** Branch:** ` main `
1825
@@ -166,11 +173,3 @@ Use:
166173``` bash
167174$ python manage.py makemigrations -b [ master | develop ] --fix
168175```
169-
170- ## Features
171-
172- * Resolves migration conflicts on feature/PR branches
173- * Resolves migration conflicts on the default branch ** (NOT RECOMMENDED)**
174- * Supports numbered migration modules i.e (` 0001_....py ` )
175- * Supports named migration modules i.e (` custom_migration.py ` )
176- * Re-index all migrations using the last migration on the default branch i.e ` main `
You can’t perform that action at this time.
0 commit comments