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
/
docs
/
ref
/
models
/
conditional-expressions.txt
Age
Commit message (
Expand
)
Author
2025-08-28
Ensured :doc: role uses absolute targets in docs.
Adam Johnson
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-07-09
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...
Ian Foote
2020-07-15
Refs #30446 -- Removed unnecessary Value(..., output_field) in docs and tests.
Simon Charette
2020-05-27
Fixed #31606 -- Allowed using condition with lookups in When() expression.
Ryan Heard
2020-05-13
Removed versionadded/changed annotations for 3.0.
Mariusz Felisiak
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-08-29
Fixed #25367 -- Allowed boolean expressions in QuerySet.filter() and exclude().
Matthew Schinckel
2019-05-15
Changed tuple choices to list in docs.
Jon Dufresne
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2017-12-07
Fixed import in docs/ref/models/conditional-expressions.txt example.
Mohammad Esmaeilbeygi
2017-08-12
Fixed #27849 -- Added filtering support to aggregates.
Tom
2017-07-11
Fixed #28352 -- Corrected QuerySet.values_list() return type in docs examples.
Irindu Indeera
2016-11-17
Fixed #27482 -- Doc'd an example of Case() in QuerySet.filter().
Jonatas CD
2016-06-15
Refs #14030 -- Updated docs per "Improved expression support for python values."
Sergey Fedoseev
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-02-12
Refs #14030 -- Improved expression support for python values
Josh Smeaton
2015-01-12
Fixed #24031 -- Added CASE expressions to the ORM.
MichaĆ Modzelewski