wip adding filtering and order by with field chain access instead of strings

This commit is contained in:
collerek
2021-04-17 16:24:42 +02:00
parent fa792404bf
commit c49d21f605
7 changed files with 305 additions and 2 deletions

View File

@ -1,3 +1,9 @@
# 0.10.4
## ✨ Features
* Add possibility to `filter` and `order_by` with field access instead of dunder separated strings.
# 0.10.3
## ✨ Features