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.
As per https://docs.djangoproject.com/en/2.2/topics/db/aggregation/#combining-multiple-aggregations:
Therefore I understand that if any
serialization_spec
contains multiple aggregations over different fields, eg:Then this will return the wrong result.
It occurs to me that we could do better than django on this (which merely notes that the wrong results would be returned in its docs) by either:
The text was updated successfully, but these errors were encountered: