mirror of
https://github.com/django/django.git
synced 2025-04-26 10:14:36 +00:00
Use of QuerySet.none() will cause the EmptyQuerySet aggregation optimisation to be used. Change the test to be implemented like the other tests for empty results in this file.