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
I didn't have the opportunity to go very far on this, but I suspect the cache is not usable.
I think "fields" query string parameter is not part of the key - so the first call will be cached and returned no matter which fields are specified (if any) on subsequent requests. I'll dig some more when i have some spare time and maybe suggest a patch.
The text was updated successfully, but these errors were encountered:
Not sure what you mean by that. There is no caching involved here. Basically all it does is break down the field parameter(s) to use a standard Django ORM query using only() and select_related() for FKs.
I didn't have the opportunity to go very far on this, but I suspect the cache is not usable.
I think "fields" query string parameter is not part of the key - so the first call will be cached and returned no matter which fields are specified (if any) on subsequent requests. I'll dig some more when i have some spare time and maybe suggest a patch.
The text was updated successfully, but these errors were encountered: