File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
6868 "aggregation.tests.AggregateTestCase.test_reverse_fkey_annotate" ,
6969 "aggregation_regress.tests.AggregationTests.test_annotation_disjunction" ,
7070 "aggregation_regress.tests.AggregationTests.test_decimal_aggregate_annotation_filter" ,
71- # QuerySet.extra(select=...) should raise NotSupportedError instead of:
72- # 'RawSQL' object has no attribute 'as_mql'.
73- "aggregation_regress.tests.AggregationTests.test_annotate_with_extra" ,
74- "aggregation_regress.tests.AggregationTests.test_annotation" ,
75- "aggregation_regress.tests.AggregationTests.test_more_more3" ,
76- "aggregation_regress.tests.AggregationTests.test_more_more_more3" ,
77- # QuerySet.extra(where=...) should raise NotSupportedError instead of:
78- # 'ExtraWhere' object has no attribute 'as_mql'.
79- "many_to_one.tests.ManyToOneTests.test_selects" ,
8071 # Incorrect JOIN with GenericRelation gives incorrect results.
8172 "generic_relations_regress.tests.GenericRelationTests.test_annotate" ,
8273 # subclasses of BaseDatabaseWrapper may require an is_usable() method
You can’t perform that action at this time.
0 commit comments