0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs
Russell Keith-Magee 542709d0d1 Fixed #10182 -- Corrected realiasing and the process of evaluating values() for queries with aggregate clauses. This means that aggregate queries can now be used as subqueries (such as in an __in clause). Thanks to omat for the report.
This involves a slight change to the interaction of annotate() and values() clauses that specify a list of columns. See the docs for details.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9888 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-02-23 14:47:59 +00:00
..
_ext
_static
_templates
faq
howto Fixed #10312 -- Corrected a link to the Reportlab user guide. Thanks to JohnDoe for the report. 2009-02-22 06:06:29 +00:00
internals
intro
man
misc
obsolete
ref Fixed #9066 -- Added Czech localflavor. Thanks to Elvard for the contribution. 2009-02-22 07:51:57 +00:00
releases Fixed #10152 -- Fixed typo in porting guide. Thanks eagle-eyed anonymous. 2009-01-29 20:21:43 +00:00
topics Fixed #10182 -- Corrected realiasing and the process of evaluating values() for queries with aggregate clauses. This means that aggregate queries can now be used as subqueries (such as in an __in clause). Thanks to omat for the report. 2009-02-23 14:47:59 +00:00
conf.py
contents.txt
glossary.txt
index.txt
Makefile