Skip to content

Commit 8ee7873

Browse files
committed
Test fixed.
1 parent e1df829 commit 8ee7873

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

django_mongodb/features.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
7474
# QuerySet.extra(where=...) should raise NotSupportedError instead of:
7575
# 'ExtraWhere' object has no attribute 'as_mql'.
7676
"many_to_one.tests.ManyToOneTests.test_selects",
77-
# Incorrect JOIN with GenericRelation gives incorrect results.
78-
"aggregation_regress.tests.AggregationTests.test_aggregation_with_generic_reverse_relation",
79-
"generic_relations.tests.GenericRelationsTests.test_queries_content_type_restriction",
8077
# subclasses of BaseDatabaseWrapper may require an is_usable() method
8178
"backends.tests.BackendTestCase.test_is_usable_after_database_disconnects",
8279
# Connection creation doesn't follow the usual Django API.

0 commit comments

Comments
 (0)