mirror of
https://github.com/django/django.git
synced 2025-01-26 10:09:42 +00:00
c8df2f9941
Updated OrderableAggMixin.as_sql() to separate the order_by parameters from the filter parameters. Previously, the parameters and SQL were calculated by the Aggregate parent class, resulting in a mixture of order_by and filter parameters. Thanks Simon Charette for the review.