You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.
The filter would be any valid django filter as it would be applied to the inner queryset.
I'd prefer it if the filter (session=None in this case) appeared BEFORE the child serialization spec but kwargs must appear last in python. Could pass a dictionary as first arg?
NOTE: Do we need to use a new key, perhaps using to_attr, so that it doesnt clash with any other prefetches done anywhere else in the tree?
The text was updated successfully, but these errors were encountered:
Personally I think the API looks nicer as a class rather than HoF, as the HoF doesn't really gain anything.
RE to_attr, I don't think it matters? Assuming the entire serialization tree is SSM, it doesn't matter what they key is called, as it's only the library which will be using it.
Need a plugin to allow subqueries to be filtered. Something like:
The filter would be any valid django filter as it would be applied to the inner queryset.
I'd prefer it if the filter (
session=None
in this case) appeared BEFORE the child serialization spec but kwargs must appear last in python. Could pass a dictionary as first arg?NOTE: Do we need to use a new key, perhaps using
to_attr
, so that it doesnt clash with any other prefetches done anywhere else in the tree?The text was updated successfully, but these errors were encountered: