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
What is the recommended way to add Django annotated fields to the query and filter/order on them? I've tried to add custom filter method but it looks like I can only filter/order on concrete model fields.
What is the recommended way to add Django annotated fields to the query and filter/order on them? I've tried to add custom filter method but it looks like I can only filter/order on concrete model fields.