1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/modeltests/aggregation
2010-02-23 21:58:58 +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 Fixed #3566 -- Added support for aggregation to the ORM. See the documentation for details on usage. 2009-01-15 11:06:34 +00:00
models.py Fixed #12948. Removed a test dependency on the formatting of Decimals. Thanks, coleifer. 2010-02-23 21:58:58 +00:00