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
After upgrading to Django 4.2, I encountered an exception when executing ORM queries that involve aggregates over Window functions. The specific error was
psycopg2.errors.GroupingError: aggregate function calls cannot contain window function calls
Uh oh!
There was an error while loading. Please reload this page.
After upgrading to Django 4.2, I encountered an exception when executing ORM queries that involve aggregates over Window functions. The specific error was
Dependencies :
Example Code:
The text was updated successfully, but these errors were encountered: