fix for issue-60

This commit is contained in:
collerek
2020-12-02 13:53:05 +01:00
parent cbd793caeb
commit 380bb291f9
7 changed files with 164 additions and 4 deletions

View File

@ -1,3 +1,7 @@
# 0.6.1
* Explicitly set None to excluded nullable fields to avoid pydantic setting a default value (fix [#60][#60]).
# 0.6.0
* **Breaking:** calling instance.load() when the instance row was deleted from db now raises ormar.NoMatch instead of ValueError
@ -155,4 +159,5 @@ Add queryset level methods
* Added ManyToMany field and support for many to many relations
[#19]: https://github.com/collerek/ormar/issues/19
[#19]: https://github.com/collerek/ormar/issues/19
[#60]: https://github.com/collerek/ormar/issues/60