From 4e4082f9396e21de0bd88dbfc651da9ad01c7c0c Mon Sep 17 00:00:00 2001 From: Nikita Marchant Date: Wed, 15 Sep 2021 12:57:49 +0200 Subject: Fixed #32492 -- Added TrigramWordSimilarity() and TrigramWordDistance() on PostgreSQL. --- tests/postgres_tests/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/postgres_tests/models.py') diff --git a/tests/postgres_tests/models.py b/tests/postgres_tests/models.py index c7f55a2661..ddae9d1edb 100644 --- a/tests/postgres_tests/models.py +++ b/tests/postgres_tests/models.py @@ -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): -- cgit v1.3