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