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 78a8619 commit a904789Copy full SHA for a904789
django_mongodb/features.py
@@ -68,8 +68,6 @@ class DatabaseFeatures(BaseDatabaseFeatures):
68
"aggregation.tests.AggregateTestCase.test_reverse_fkey_annotate",
69
"aggregation_regress.tests.AggregationTests.test_annotation_disjunction",
70
"aggregation_regress.tests.AggregationTests.test_decimal_aggregate_annotation_filter",
71
- # Wrong result for GenericRelation annotation.
72
- "generic_relations_regress.tests.GenericRelationTests.test_annotate",
73
# subclasses of BaseDatabaseWrapper may require an is_usable() method
74
"backends.tests.BackendTestCase.test_is_usable_after_database_disconnects",
75
# Connection creation doesn't follow the usual Django API.
0 commit comments