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
There might be cases where a queryset could be sealed only partially as they are fields that are rarely accessed and thus not worth immediately fetching all the time.
Being able to provide a list of fields and relations to QuerySet.seal to allow by-passes would provide a nice interface to do so.
The text was updated successfully, but these errors were encountered:
charettes
changed the title
Allows for only a subset of fields to sealed.
Allows for only a subset of fields and relations to be sealed.
Aug 26, 2022
There might be cases where a queryset could be sealed only partially as they are fields that are rarely accessed and thus not worth immediately fetching all the time.
Being able to provide a list of fields and relations to
QuerySet.seal
to allow by-passes would provide a nice interface to do so.The text was updated successfully, but these errors were encountered: