django/tests/modeltests/aggregation
Russell Keith-Magee 1bf25e9bc6 Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gaynor for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13614 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-20 14:28:42 +00:00
..
fixtures Fixed #10127 -- Corrected (no, really, this time!) the way the select_related() cache is populated when annotations are also contained in the query. Thanks to Sylvain Pasche <sylvain.pasche@gmail.com> for the report and test case. 2009-02-03 11:07:21 +00:00
__init__.py
models.py Fixed #13634 -- Migrated aggregation tests to use unittest. This removes a flush, which speeds up the tests overall. 2010-05-28 11:15:36 +00:00
tests.py Fixed #13895 -- Refactored aggregation_regress doctests. Thanks to Alex Gaynor for the patch. 2010-08-20 14:28:42 +00:00