summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/postgres/lookups.txt
AgeCommit message (Expand)Author
2026-01-19Refs #25508 -- Updated outdated QuerySet.__repr__() results.Clifford Gama
2026-01-19Fixed unbalanced parentheses in docs.Clifford Gama
2025-08-25Refs #36485 -- Rewrapped docs to 79 columns line length.David Smith
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
2023-02-10Refs #34140 -- Applied rst code-block to non-Python examples.Carlton Gibson
2022-06-17Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...Matt Brewer
2022-05-17Removed versionadded/changed annotations for 4.0.Carlton Gibson
2021-09-17Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant
2019-03-29Removed unnecessary /static from links to PostgreSQL docs.Nick Pope
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2016-10-25Updated postgresql.org links to https and made them canonical.Marti Raudsepp
2016-05-13Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2014-11-28Fixed #23423 -- Added unaccent lookup in django.contrib.postgresThomas Chaumeny