File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
8
8
supports_date_lookup_using_string = False
9
9
supports_foreign_keys = False
10
10
supports_ignore_conflicts = False
11
- supports_json_field = True
12
11
supports_json_field_contains = False
13
12
has_native_json_field = True
14
13
# BSON Date type doesn't support microsecond precision.
@@ -250,10 +249,9 @@ def django_test_expected_failures(self):
250
249
"expressions.tests.NegatedExpressionTests.test_filter" ,
251
250
"expressions_case.tests.CaseExpressionTests.test_annotate_values_not_in_order_by" ,
252
251
"expressions_case.tests.CaseExpressionTests.test_order_by_conditional_implicit" ,
252
+ "model_fields.test_jsonfield.TestQuerying.test_ordering_grouping_by_count" ,
253
253
# annotate().filter().count() gives incorrect results.
254
254
"db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_year_exact_lookup" ,
255
- # FieldDoesNotExist with ordering.
256
- "model_fields.test_jsonfield.TestQuerying.test_ordering_grouping_by_count" ,
257
255
},
258
256
"Count doesn't work in QuerySet.annotate()" : {
259
257
"annotations.tests.AliasTests.test_alias_annotate_with_aggregation" ,
You can’t perform that action at this time.
0 commit comments