Draft 0.11.0 (#594)
* fix for #584 * fix for #580 * fix typing * connect to db in test * refactor test * remove async mark * connect client * fix mypy * fix mypy * update deps * check py3.10? * remove py3.6, bump version
This commit is contained in:
@ -1,3 +1,21 @@
|
||||
# 0.11.0
|
||||
|
||||
## ✨ Breaking Changes
|
||||
|
||||
* Dropped support for python 3.6
|
||||
* `Queryset.get_or_create` returns now a tuple with model and bool value indicating if the model was created (by @MojixCoder - thanks!) [#554](https://github.com/collerek/ormar/pull/554)
|
||||
* `Queryset.count()` now counts the number of distinct parent model rows by default, counting all rows is possible by setting `distinct=False` (by @erichaydel - thanks) [#588](https://github.com/collerek/ormar/pull/588)
|
||||
|
||||
## ✨ Features
|
||||
|
||||
* Added support for python 3.10
|
||||
|
||||
## 🐛 Fixes
|
||||
|
||||
* Fix inconsistent `JSON` fields behaviour in `save` and `bulk_create` [#584](https://github.com/collerek/ormar/issues/584)
|
||||
* Fix maximum recursion error [#580](https://github.com/collerek/ormar/pull/580)
|
||||
|
||||
|
||||
# 0.10.25
|
||||
|
||||
## ✨ Features
|
||||
|
||||
Reference in New Issue
Block a user