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 8b51b5b commit ac054a7Copy full SHA for ac054a7
django_mongodb/features.py
@@ -77,6 +77,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
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",
80
+ # Incorrect JOIN with GenericRelation gives incorrect results.
81
+ "generic_relations_regress.tests.GenericRelationTests.test_annotate",
82
# subclasses of BaseDatabaseWrapper may require an is_usable() method
83
"backends.tests.BackendTestCase.test_is_usable_after_database_disconnects",
84
# Connection creation doesn't follow the usual Django API.
0 commit comments