summaryrefslogtreecommitdiff
path: root/tests/postgres_tests
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-03-01 19:38:21 +0100
committerGitHub <noreply@github.com>2019-03-01 19:38:21 +0100
commitf69c7bbdceba43789bfba935dd8fa3daaa7f36c4 (patch)
tree2b7d33d38832de4631694390630acc48a37fd4d5 /tests/postgres_tests
parentfe65918dca405644047b7dbc295d14535626a83a (diff)
Refs #29408 -- Cosmetic edits for validation of related fields and lookups in model Meta.ordering.
Follow up to 440505cb2cadbe1a5b9fba246bcde6c04f51d07e.
Diffstat (limited to 'tests/postgres_tests')
-rw-r--r--tests/postgres_tests/test_json.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/postgres_tests/test_json.py b/tests/postgres_tests/test_json.py
index e95939be16..ca164a81ba 100644
--- a/tests/postgres_tests/test_json.py
+++ b/tests/postgres_tests/test_json.py
@@ -19,7 +19,7 @@ except ImportError:
pass
-class TestModelMetaOrdering(PostgreSQLTestCase):
+class TestModelMetaOrdering(PostgreSQLSimpleTestCase):
def test_ordering_by_json_field_value(self):
class TestJSONModel(JSONModel):
class Meta: