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 6ab399c commit 7a2b2d4Copy full SHA for 7a2b2d4
django_mongodb/features.py
@@ -162,9 +162,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
162
"lookup.tests.LookupQueryingTests.test_filter_exists_lhs",
163
"lookup.tests.LookupTests.test_exact_exists",
164
"lookup.tests.LookupTests.test_nested_outerref_lhs",
165
- # QuerySet.alias() doesn't work.
166
- "annotations.tests.AliasTests.test_basic_alias_f_transform_annotation",
167
- "annotations.tests.NonAggregateAnnotationTestCase.test_annotation_and_alias_filter_in_subquery",
168
# annotate() with combined expressions doesn't work:
169
# 'WhereNode' object has no attribute 'field'
170
"lookup.tests.LookupQueryingTests.test_combined_annotated_lookups_in_filter",
0 commit comments