1
0
mirror of https://github.com/django/django.git synced 2024-12-27 19:46:22 +00:00
django/tests/regressiontests/aggregation_regress
2011-05-21 16:54:25 +00:00
..
fixtures
__init__.py
models.py Fixed #14754 -- corrected using an aggregate in an F expressions when that queryset is later used in a subquery. Thanks to master for the patch. 2010-11-22 18:00:01 +00:00
tests.py Fixed #11789 -- Fixed aggregates so it interacts with QuerySet none() in a way consistent with other empty query sets. Thanks alexr for the report and patch. 2011-05-21 16:54:25 +00:00