1
0
mirror of https://github.com/django/django.git synced 2025-02-04 14:37:19 +00:00
django/tests/postgres_tests
Nick Pope e8e8e207e7 Ensured that empty result test for JSONBAgg executes a query.
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.
2021-06-28 09:21:57 +02:00
..