You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,15 @@
12
12
13
13
Resolve django makemigrations `multiple leaf nodes in the migration graph` by ensuring that migration files and dependencies are always ordered regardless of remote changes.
14
14
15
+
## Features
16
+
17
+
* 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
20
+
* Resolve migration conflicts on the default branch **(NOT RECOMMENDED)**
0 commit comments