summaryrefslogtreecommitdiff
path: root/tests/postgres_tests/test_unaccent.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/postgres_tests/test_unaccent.py')
-rw-r--r--tests/postgres_tests/test_unaccent.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/postgres_tests/test_unaccent.py b/tests/postgres_tests/test_unaccent.py
index 6d115773d4..4c0bca762b 100644
--- a/tests/postgres_tests/test_unaccent.py
+++ b/tests/postgres_tests/test_unaccent.py
@@ -5,7 +5,6 @@ from .models import CharFieldModel, TextFieldModel
class UnaccentTest(PostgreSQLTestCase):
-
Model = CharFieldModel
@classmethod