Skip to content

Commit 32ed358

Browse files
committed
Alphabetize test name.
1 parent 5d62b4a commit 32ed358

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

django_mongodb/features.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
88
supports_date_lookup_using_string = False
99
supports_foreign_keys = False
1010
supports_ignore_conflicts = False
11-
# Not implemented: https://github.com/mongodb-labs/django-mongodb/issues/8
1211
supports_json_field = True
1312
supports_json_field_contains = False
1413
has_native_json_field = True
@@ -342,10 +341,10 @@ def django_test_expected_failures(self):
342341
"update.tests.SimpleTest.test_empty_update_with_inheritance",
343342
"update.tests.SimpleTest.test_foreign_key_update_with_id",
344343
"update.tests.SimpleTest.test_nonempty_update_with_inheritance",
345-
"model_fields.test_jsonfield.TestQuerying.test_ordering_grouping_by_key_transform",
346-
"model_fields.test_jsonfield.TestQuerying.test_ordering_by_transform",
347-
"model_fields.test_jsonfield.TestQuerying.test_order_grouping_custom_decoder",
348344
"model_fields.test_jsonfield.TestQuerying.test_join_key_transform_annotation_expression",
345+
"model_fields.test_jsonfield.TestQuerying.test_order_grouping_custom_decoder",
346+
"model_fields.test_jsonfield.TestQuerying.test_ordering_by_transform",
347+
"model_fields.test_jsonfield.TestQuerying.test_ordering_grouping_by_key_transform",
349348
},
350349
"Test inspects query for SQL": {
351350
"lookup.tests.LookupTests.test_in_ignore_none",

0 commit comments

Comments
 (0)