This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
regressiontests
/
aggregation_regress
History
Russell Keith-Magee
2b1bb716ff
Fixed
#10248
-- Corrected handling of the GROUP BY clause when using a DateQuerySet. Thanks to Alex Gaynor for the report and patch.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@9839
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-16 12:38:11 +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
#10248
-- Corrected handling of the GROUP BY clause when using a DateQuerySet. Thanks to Alex Gaynor for the report and patch.
2009-02-16 12:38:11 +00:00