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
/
howto
/
custom-lookups.txt
Age
Commit message (
Expand
)
Author
2026-02-16
Fixed #36918 -- Removed double spaces and fixed minor grammar issues in docs.
$ῗἧḡḥ𝐀丂𝓱м𝑒𝑒𝐓
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2024-01-26
Applied Black's 2024 stable style.
Mariusz Felisiak
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
Refs #34140 -- Corrected rst code-block and various formatting issues in docs.
Joseph Victor Zammit
2023-01-18
Refs #34233 -- Used str.removeprefix()/removesuffix().
Mariusz Felisiak
2021-07-27
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
David Smith
2021-07-13
Refs #32880 -- Made some titles consistent in how-to documents.
Daniele Procida
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-04-23
Fixed #30365 -- Fixed syntax highlighting in SQL examples.
Daniel Musketa
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2018-08-23
Fixed #29048 -- Added **extra_context to database function as_vendor() methods.
priyanshsaxena
2018-02-10
Fixed #24747 -- Allowed transforms in QuerySet.order_by() and distinct(*fields).
Matthew Wilkes
2017-10-30
Fixed 'a'/'an' mix-ups in docs.
Ville Skyttä
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2016-05-06
Fixed code example in docs/howto/custom-lookups.txt
vytisb
2016-05-03
Normalized "an SQL" spelling.
Ville Skyttä
2016-01-22
Fixed #26020 -- Normalized header stylings in docs.
Elif T. Kus
2015-12-11
Fixed #25893 -- Corrected custom lookups example.
Bruno Alla
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-02-01
Removed versionadded/changed notes for 1.7.
Tim Graham
2014-12-27
Fixed #24057 -- Fixed typo in docs/howto/custom-lookups.txt.
Christopher Grebs
2014-12-08
Fixed typo in docs/howto/custom-lookups.txt.
Quentin Pradet
2014-11-16
Renamed qn to compiler
Josh Smeaton
2014-11-03
Clarified custom lookups output_field documentation
Andy Chosak
2014-10-28
Fixed #23493 -- Added bilateral attribute to Transform
Thomas Chaumeny
2014-10-09
Fixed #23627 -- Allowed register_lookup to work as a decorator.
Marc Tamlyn
2014-09-07
Fixed typo in docs/howto/custom-lookups.txt.
Sébastien Fievet
2014-07-08
Fixed #22812 -- Refactored lookup API documentation.
Jorge C. Leitão