add caching of relation map to increase performance
This commit is contained in:
@ -5,6 +5,10 @@
|
||||
* Add support for multi-column non-unique `IndexColumns` in `Meta.constraints` [#307](https://github.com/collerek/ormar/issues/307)
|
||||
* Add `sql_nullable` field attribute that allows to set different nullable setting for pydantic model and for underlying sql column [#308](https://github.com/collerek/ormar/issues/308)
|
||||
|
||||
## 🐛 Fixes
|
||||
|
||||
* Enable caching of relation map to increase performance [#337](https://github.com/collerek/ormar/issues/337)
|
||||
|
||||
# 0.10.18
|
||||
|
||||
## 🐛 Fixes
|
||||
|
||||
Reference in New Issue
Block a user