fix issue 70

This commit is contained in:
collerek
2020-12-10 16:22:01 +01:00
parent 5c15564e0b
commit f4aedbfb2b
5 changed files with 76 additions and 5 deletions

View File

@ -1,3 +1,7 @@
# 0.7.2
* Fix for overwriting related models with pk only in `Model.update() with fields passed as parameters` (fix [#70][#70])
# 0.7.1
* Fix for overwriting related models with pk only in `Model.save()` (fix [#68][#68])
@ -183,4 +187,5 @@ Add queryset level methods
[#19]: https://github.com/collerek/ormar/issues/19
[#60]: https://github.com/collerek/ormar/issues/60
[#68]: https://github.com/collerek/ormar/issues/68
[#68]: https://github.com/collerek/ormar/issues/68
[#70]: https://github.com/collerek/ormar/issues/70