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