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