fix for issue-60
This commit is contained in:
@ -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
|
||||
Reference in New Issue
Block a user