summaryrefslogtreecommitdiff
path: root/tests/expressions_case
Commit message (Expand)AuthorAgeFilesLines
* Refs #26071 -- Added test for __in lookup in a Case expression.Alberto Avila2016-01-131-1/+12
* Fixed #25316 -- Fixed a crash with order_by() and values() after annotate().varunnaganathan2016-01-021-0/+12
* Fixed many spelling mistakes in code, comments, and docs.Josh Soref2015-12-031-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+16
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-3/+3
* Fixed #24924 -- Join promotion for multiple Case expressionsMark Lavin2015-06-051-0/+42
* Refs #24833 -- Forwardported some of "Fixed Case expressions with exclude()."Andriy Sokolovskiy2015-06-051-0/+12
* Fixed #24705 -- Fixed negated Q objects in expressions.Anssi Kääriäinen2015-05-201-0/+42
* Fixed #24766 -- Added join promotion for Case expressionsAnssi Kääriäinen2015-05-111-0/+32
* Fixed #24752 -- query crash when reusing Case expressionsAnssi Kääriäinen2015-05-051-0/+12
* Fixed #24420 -- Allowed ordering by case expressionsJosh Smeaton2015-03-061-0/+24
* Refs #14030 -- Improved expression support for python valuesJosh Smeaton2015-02-121-60/+60
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+4
* Removed IPAddressField per deprecation timeline; refs #20439.Tim Graham2015-01-192-16/+0
* Fixed #24148 -- Documented a bug with case expressions in SQLite < 3.7.0Michał Modzelewski2015-01-151-1/+7
* Made an expressions_case test work without Pillow.Collin Anderson2015-01-152-1/+14
* Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski2015-01-123-0/+1163