fix: migrate drop the wrong m2m field when model have multi m2m fields (#390)
* fix: migrate drop the wrong m2m field when model have multi m2m fields * Make style and update changelog * refactor: return new lists instead of change argument values in function * refactor: use custom diff function instead of reorder lists * docs: fix typo * Fix hardcoded and rename custom diff function * Update function doc
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
### [0.8.1](Unreleased)
|
||||
|
||||
#### Fixed
|
||||
- Migrate drop the wrong m2m field when model have multi m2m fields. (#376)
|
||||
- KeyError raised when removing or renaming an existing model (#386)
|
||||
- fix: error when there is `__init__.py` in the migration folder (#272)
|
||||
- Setting null=false on m2m field causes migration to fail. (#334)
|
||||
|
||||
Reference in New Issue
Block a user