allow passing a dict and set to fields and exclude_fields, store it as dict
This commit is contained in:
@ -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()
|
||||
|
||||
Reference in New Issue
Block a user