[BUG] Sort m2m fields before comparing them with diff(...) (#271)

* 🐛 Sort m2m fields before comparing them with `diff(...)`

* Add test case and upgrade changelog

---------

Co-authored-by: Waket Zheng <waketzheng@gmail.com>
This commit is contained in:
Mykola Solodukha
2024-12-05 11:41:58 +02:00
committed by GitHub
parent 44025823ee
commit 8cefe68c9b
5 changed files with 21 additions and 2 deletions

View File

@@ -2,6 +2,11 @@
## 0.8
### [0.8.1](Unreleased)
#### Fixed
- Sort m2m fields before comparing them with diff. (#271)
### [0.8.0](../../releases/tag/v0.8.0) - 2024-12-04
- Fix the issue of parameter concatenation when generating ORM with inspectdb (#331)