File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
76
76
# QuerySet.extra(where=...) should raise NotSupportedError instead of:
77
77
# 'ExtraWhere' object has no attribute 'as_mql'.
78
78
"many_to_one.tests.ManyToOneTests.test_selects" ,
79
- # Incorrect JOIN with GenericRelation gives incorrect results.
80
- "aggregation_regress.tests.AggregationTests.test_aggregation_with_generic_reverse_relation" ,
81
- "generic_relations.tests.GenericRelationsTests.test_queries_content_type_restriction" ,
82
79
# subclasses of BaseDatabaseWrapper may require an is_usable() method
83
80
"backends.tests.BackendTestCase.test_is_usable_after_database_disconnects" ,
84
81
# Connection creation doesn't follow the usual Django API.
You can’t perform that action at this time.
0 commit comments