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
The function ckeck_aggregate_support is deprecated since Django 2.2. It is no longer called when preparing an SQL statement and therefore the Aggregate Function AVG on an Integer Filed returns a wrong value.
This function needs to be replaced by:
def check_expression_support(self, expression):
The text was updated successfully, but these errors were encountered:
The function ckeck_aggregate_support is deprecated since Django 2.2. It is no longer called when preparing an SQL statement and therefore the Aggregate Function AVG on an Integer Filed returns a wrong value.
This function needs to be replaced by:
def check_expression_support(self, expression):
The text was updated successfully, but these errors were encountered: