mirror of
https://github.com/django/django.git
synced 2025-10-27 23:56:08 +00:00
Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on PostgreSQL.
This commit is contained in:
committed by
Mariusz Felisiak
parent
4ca508a689
commit
4e4082f939
@@ -200,6 +200,13 @@ Minor features
|
||||
expression allows using subqueries to construct lists of values on
|
||||
PostgreSQL.
|
||||
|
||||
* The new :lookup:`trigram_word_similar` lookup, and the
|
||||
:class:`TrigramWordDistance()
|
||||
<django.contrib.postgres.search.TrigramWordDistance>` and
|
||||
:class:`TrigramWordSimilarity()
|
||||
<django.contrib.postgres.search.TrigramWordSimilarity>` expressions allow
|
||||
using trigram word similarity.
|
||||
|
||||
:mod:`django.contrib.redirects`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
Reference in New Issue
Block a user