Skip to content

Commit d6e0400

Browse files
authored
Update README.md
1 parent f819588 commit d6e0400

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,18 @@
88

99
# django-migration-fixer
1010

11-
## Problem
12-
1311
Maintain 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`

0 commit comments

Comments
 (0)