summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_trigram.py
AgeCommit message (Expand)Author
2024-09-11Fixed #35732 -- Wrapped ConcatPair expression in parentheses to ensure operat...Gastón Avila
2022-12-01Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...Florian Apolloner
2022-10-08Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner
2022-06-17Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...Matt Brewer
2022-05-19Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-09-17Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant
2020-07-30Bumped minimum isort version to 5.1.0.David Smith
2020-03-03Fixed #31147 -- Added SearchHeadline to django.contrib.postgres.Hannes Ljungberg
2019-11-11Fixed #30967 -- Fixed TrigramTest failures on PostgreSQL 12+.Hannes Ljungberg
2016-05-13Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville