allow passing a dict and set to fields and exclude_fields, store it as dict

This commit is contained in:
collerek
2020-11-11 19:00:03 +01:00
parent 5552a8297f
commit 1242e5d600
12 changed files with 510 additions and 131 deletions

View File

@ -117,8 +117,8 @@ async def test_working_with_aliases():
"first_name",
"last_name",
"born_year",
"child__first_name",
"child__last_name",
"children__first_name",
"children__last_name",
]
)
.get()