This commit is contained in:
collerek
2020-12-07 12:58:37 +01:00
parent 380c2ab95e
commit 594542a7f8
5 changed files with 77 additions and 6 deletions

View File

@ -1,3 +1,7 @@
# 0.7.1
* Fix for overwriting related models with pk only in `Model.save()` (fix [#68][#68])
# 0.7.0
* **Breaking:** QuerySet `bulk_update` method now raises `ModelPersistenceError` for unsaved models passed instead of `QueryDefinitionError`
@ -178,4 +182,5 @@ Add queryset level methods
[#19]: https://github.com/collerek/ormar/issues/19
[#60]: https://github.com/collerek/ormar/issues/60
[#60]: https://github.com/collerek/ormar/issues/60
[#68]: https://github.com/collerek/ormar/issues/68