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

@ -75,7 +75,7 @@ class UndefinedType: # pragma no cover
Undefined = UndefinedType()
__version__ = "0.10.3"
__version__ = "0.10.4"
__all__ = [
"Integer",
"BigInteger",