diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2022-12-01 09:39:46 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-12-01 09:39:46 +0100 |
| commit | 149b55fefad03c18589d580ef53d41e7c99408ed (patch) | |
| tree | e9b9118d1b6b76598746d37c1b0eeb484e78c61f /tests/postgres_tests/test_unaccent.py | |
| parent | 3cafb783f3f711c7413ba2b8d7c8ff750bd4d6e1 (diff) | |
Refs #33308 -- Ensured type handlers are registered for all PostgreSQL specific tests.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
Diffstat (limited to 'tests/postgres_tests/test_unaccent.py')
| -rw-r--r-- | tests/postgres_tests/test_unaccent.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/postgres_tests/test_unaccent.py b/tests/postgres_tests/test_unaccent.py index a512184589..6d115773d4 100644 --- a/tests/postgres_tests/test_unaccent.py +++ b/tests/postgres_tests/test_unaccent.py @@ -1,11 +1,9 @@ from django.db import connection -from django.test import modify_settings from . import PostgreSQLTestCase from .models import CharFieldModel, TextFieldModel -@modify_settings(INSTALLED_APPS={"append": "django.contrib.postgres"}) class UnaccentTest(PostgreSQLTestCase): Model = CharFieldModel |
