| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-05-25 | [1.8.x] Fixed #24835 -- Fixed QuerySet.exists() after an annotation with Count() | Paweł Marczewski | |
| QuerySet.exists() incorrectly handled query.group_by = True case (grouping by all select fields), causing GROUP BY expressions to be wiped along with select fields. Backport of 801a84ae329a24d9adf01b700429fe8f1285b2b8 from master | |||
| 2015-03-22 | [1.8.x] Fixed backport of refs #24485 tests. | Tim Graham | |
| 2015-03-22 | Fixed #24485 -- Allowed combined expressions to set output_field | Josh Smeaton | |
| 2015-03-22 | [1.8.x] Fixed #24508 -- Made annotations commutative | Josh Smeaton | |
| Backport of 127b3873d03704f77428b984de022664b268314e from master | |||
| 2015-03-06 | [1.8.x] Fixed #24420 -- Allowed ordering by case expressions | Josh Smeaton | |
| Backport of ceaf31adfff3801f1092a215f73704e15a70e90c from master | |||
| 2015-02-09 | [1.8.x] Sorted imports with isort; refs #23860. | Tim Graham | |
| Backport of 0ed7d155635da9f79d4dd67e4889087d3673c6da from master | |||
| 2015-01-07 | Fixed null handling in Value expression | Josh Smeaton | |
| 2015-01-02 | Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions | Daniel Pyrathon | |
| 2014-12-24 | Fixed #10414 -- Made select_related() fail on invalid field names. | Niclas Olofsson | |
| 2014-12-03 | Marked some tests as expected failures on Oracle/cx_Oracle<=5.1.3/Python3 | Shai Berger | |
| Refs #23843 which is really a cx_Oracle bug | |||
| 2014-11-16 | Removed references to the deprecated assertRaisesRegexp method. | Simon Charette | |
| 2014-11-15 | Fixed #14030 -- Allowed annotations to accept all expressions | Josh Smeaton | |
