fix: setting null=false on m2m field causes migration to fail (#385)

* fix: setting null=false on m2m field causes migration to fail

* Update changelog
This commit is contained in:
Waket Zheng
2024-12-11 21:12:04 +08:00
committed by GitHub
parent 56eff1b22f
commit 12d0a5dad1
3 changed files with 6 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
### [0.8.1](Unreleased)
#### Fixed
- Setting null=false on m2m field causes migration to fail. (#334)
- Fix NonExistentKey when running `aerich init` without `[tool]` section in config file. (#284)
- Fix configuration file reading error when containing Chinese characters. (#286)
- sqlite: failed to create/drop index. (#302)