index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
expressions_case
Age
Commit message (
Expand
)
Author
2016-11-17
Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().
Jonatas CD
2016-08-08
Fixed #26433 -- Fixed Case expressions with empty When.
Johannes Dollinger
2016-03-28
Sorted single letter imports per the latest version of isort.
Tim Graham
2016-01-13
Refs #26071 -- Added test for __in lookup in a Case expression.
Alberto Avila
2016-01-02
Fixed #25316 -- Fixed a crash with order_by() and values() after annotate().
varunnaganathan
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-06-05
Fixed #24924 -- Join promotion for multiple Case expressions
Mark Lavin
2015-06-05
Refs #24833 -- Forwardported some of "Fixed Case expressions with exclude()."
Andriy Sokolovskiy
2015-05-20
Fixed #24705 -- Fixed negated Q objects in expressions.
Anssi Kääriäinen
2015-05-11
Fixed #24766 -- Added join promotion for Case expressions
Anssi Kääriäinen
2015-05-05
Fixed #24752 -- query crash when reusing Case expressions
Anssi Kääriäinen
2015-03-06
Fixed #24420 -- Allowed ordering by case expressions
Josh Smeaton
2015-02-12
Refs #14030 -- Improved expression support for python values
Josh Smeaton
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-01-19
Removed IPAddressField per deprecation timeline; refs #20439.
Tim Graham
2015-01-15
Fixed #24148 -- Documented a bug with case expressions in SQLite < 3.7.0
Michał Modzelewski
2015-01-15
Made an expressions_case test work without Pillow.
Collin Anderson
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
Michał Modzelewski