summaryrefslogtreecommitdiff
path: root/django/db/models/sql/compiler.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #11764 -- Added a missing set of parentheses in a call calculating the ...Russell Keith-Magee2010-04-231-4/+4
* Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...Russell Keith-Magee2010-04-041-3/+5
* Fixed #12429 -- Ensure that raw queries call resolve_columns if the backend d...Russell Keith-Magee2010-04-011-4/+0
* Fixed #11916 -- Corrected handling of aggregation when there is a subquery pr...Russell Keith-Magee2010-03-311-1/+1
* Fixed #12937 -- Corrected the operation of select_related() when following an...Russell Keith-Magee2010-03-201-2/+4
* Fixed #12240 - select_related doesn't work correctly when mixing nullable and...Luke Plant2010-03-081-8/+2
* Fixed #12855 -- QuerySets with `extra` where parameters now combine correctly...Justin Bronn2010-02-231-7/+0
* Fixed #7270 -- Added the ability to follow reverse OneToOneFields in select_r...Russell Keith-Magee2010-01-271-1/+67
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-0/+921