We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb9ec9 commit 07dbb68Copy full SHA for 07dbb68
django_mongodb/features.py
@@ -242,8 +242,6 @@ def django_test_expected_failures(self):
242
"expressions_case.tests.CaseExpressionTests.test_order_by_conditional_implicit",
243
"model_fields.test_jsonfield.TestQuerying.test_ordering_grouping_by_count",
244
"ordering.tests.OrderingTests.test_order_by_constant_value",
245
- # annotate().filter().count() gives incorrect results.
246
- "db_functions.datetime.test_extract_trunc.DateFunctionTests.test_extract_year_exact_lookup",
247
},
248
"Exists is not supported on MongoDB.": {
249
"annotations.tests.NonAggregateAnnotationTestCase.test_annotation_exists_none_query",
0 commit comments