summaryrefslogtreecommitdiff
path: root/docs/ref/models/conditional-expressions.txt
AgeCommit message (Expand)Author
2018-05-12Alphabetized imports in various docs.Mariusz Felisiak
2017-12-07Fixed import in docs/ref/models/conditional-expressions.txt example.Mohammad Esmaeilbeygi
2017-08-12Fixed #27849 -- Added filtering support to aggregates.Tom
2017-07-11Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.Irindu Indeera
2016-11-17Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().Jonatas CD
2016-06-15Refs #14030 -- Updated docs per "Improved expression support for python values."Sergey Fedoseev
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2015-09-23Removed versionadded/changed annotations for 1.8.Tim Graham
2015-02-12Refs #14030 -- Improved expression support for python valuesJosh Smeaton
2015-01-12Fixed #24031 -- Added CASE expressions to the ORM.MichaƂ Modzelewski