mirror of
https://github.com/django/django.git
synced 2025-08-01 17:42:56 +00:00
Refs #29408 -- Cosmetic edits for validation of related fields and lookups in model Meta.ordering.
Follow up to 440505cb2c
.
This commit is contained in:
parent
fe65918dca
commit
f69c7bbdce
4 changed files with 16 additions and 12 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue