Skip to content

Commit 96e0970

Browse files
authored
Update README.md
1 parent 9bfd725 commit 96e0970

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212

1313
Resolve django makemigrations `multiple leaf nodes in the migration graph` by ensuring that migration files and dependencies are always ordered regardless of remote changes.
1414

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)**
21+
* Supports default migration modules i.e (`0001_....py`)
22+
* Re-number all migrations using the last migration on the default branch i.e `main` or `develop`
23+
1524
## Installation
1625

1726
```bash
@@ -109,14 +118,6 @@ jobs:
109118
branch: ${{ github.ref }}
110119
```
111120
112-
## Features
113-
114-
* Maintain a consistent migration history when conflicts occur as a result of changes made using different versions of the default branch.
115-
* Resolve migration conflicts on PR branches
116-
* Resolve migration conflicts on the default branch **(NOT RECOMMENDED)**
117-
* Supports default migration modules i.e (`0001_....py`)
118-
* Re-number all migrations using the last migration on the default branch i.e `main` or `develop`
119-
120121
## Test Platforms
121122
122123
* [`ubuntu-*`](https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on)

0 commit comments

Comments
 (0)