Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/expressions_case
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-3/+16
|
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-3/+3
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #24924 -- Join promotion for multiple Case expressionsMark Lavin2015-06-051-0/+42
|
* Refs #24833 -- Forwardported some of "Fixed Case ↵Andriy Sokolovskiy2015-06-051-0/+12
| | | | | | | expressions with exclude()." Partial forwardport of 469f1e362bb9670b174b37da9edd4631aff7badb from stable/1.8.x as the issue was already fixed in master.
* Fixed #24705 -- Fixed negated Q objects in expressions.Anssi Kääriäinen2015-05-201-0/+42
| | | | Avoided split_exclude() for Q when used as an expression.
* 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
| | | | | Case expressions weren't copied deep enough (self.cases list was reused resulting in an error).
* Fixed #24420 -- Allowed ordering by case expressionsJosh Smeaton2015-03-061-0/+24
|
* Refs #14030 -- Improved expression support for python valuesJosh Smeaton2015-02-111-60/+60
|
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+4
|
* Removed IPAddressField per deprecation timeline; refs ↵Tim Graham2015-01-192-16/+0
| | | | #20439.
* Fixed #24148 -- Documented a bug with case expressions ↵Michał Modzelewski2015-01-161-1/+7
| | | | in SQLite < 3.7.0
* 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-133-0/+1163