summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_trigram.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specif...Florian Apolloner2022-12-011-3/+0
* Refs #33990 -- Renamed TransactionTestCase.assertQuerysetEqual() to assertQue...Gregor Gärtner2022-10-081-3/+3
* Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDist...Matt Brewer2022-06-171-0/+48
* Fixed #33717 -- Dropped support for PostgreSQL 11.Mariusz Felisiak2022-05-191-4/+2
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-28/+43
* Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on Po...Nikita Marchant2021-09-171-1/+38
* Bumped minimum isort version to 5.1.0.David Smith2020-07-301-1/+3
* Fixed #31147 -- Added SearchHeadline to django.contrib.postgres.Hannes Ljungberg2020-03-031-1/+5
* Fixed #30967 -- Fixed TrigramTest failures on PostgreSQL 12+.Hannes Ljungberg2019-11-111-2/+6
* Fixed #24938 -- Added PostgreSQL trigram support.Matthew Somerville2016-05-131-0/+53