mirror of
https://github.com/django/django.git
synced 2025-07-30 00:24:26 +00:00
Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on PostgreSQL.
This commit is contained in:
parent
4ca508a689
commit
4e4082f939
10 changed files with 148 additions and 9 deletions
|
@ -83,7 +83,7 @@ class ArrayEnumModel(PostgreSQLModel):
|
|||
|
||||
|
||||
class CharFieldModel(models.Model):
|
||||
field = models.CharField(max_length=16)
|
||||
field = models.CharField(max_length=64)
|
||||
|
||||
|
||||
class TextFieldModel(models.Model):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue