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
/
lookups.txt
Age
Commit message (
Expand
)
Author
2026-01-19
Fixed unbalanced parentheses in docs.
Clifford Gama
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-07-23
Removed double spaces after periods and within phrases.
Sarah Boyce
2023-10-05
Refs #22936 -- Doc'd Lookup.prepare_rhs.
Mariusz Felisiak
2023-09-18
Removed versionadded/changed annotations for 4.2.
Mariusz Felisiak
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2022-09-02
Fixed #29799 -- Allowed registering lookups per field instances.
Allen Jonathan David
2022-05-17
Removed versionadded/changed annotations for 4.0.
Carlton Gibson
2021-07-09
Fixed #27021 -- Allowed lookup expressions in annotations, aggregations, and ...
Ian Foote
2020-11-11
Fixed #31122 -- Clarified that Lookup acts as a query expression.
Caio Ariede
2020-03-06
Doc'd return values of as_sql() for Func and query expressions.
Adam Johnson
2019-04-18
Fixed typos in docs, comments, and exception messages.
Ville Skyttä
2018-11-12
Corrected docs regarding RegisterLookupMixin subclasses.
Sergey Fedoseev
2018-07-26
Refs #29593, #26891 -- Doc'd RegisterLookupMixin.get_lookups().
Carlton Gibson
2017-03-16
Removed self from method signatures in docs.
Alasdair Nicol
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-03-21
Refs #25759 -- Documented customizing expressions' SQL on other databases.
Kai Feldhoff
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-09-23
Removed versionadded/changed annotations for 1.8.
Tim Graham
2015-09-21
Fixed #24629 -- Unified Transform and Expression APIs
Josh Smeaton
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-10-28
Fixed #23493 -- Added bilateral attribute to Transform
Thomas Chaumeny
2014-09-04
Fixed documentation links to Query Expression API.
Thomas Chaumeny
2014-07-08
Fixed #22812 -- Refactored lookup API documentation.
Jorge C. Leitão