mirror of
https://github.com/django/django.git
synced 2025-02-04 14:37:19 +00:00
e8e8e207e7
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.