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 8ec51cd commit 87633a9Copy full SHA for 87633a9
django_mongodb/features.py
@@ -42,6 +42,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
42
"ordering.tests.OrderingTests.test_order_by_f_expression",
43
"ordering.tests.OrderingTests.test_order_by_f_expression_duplicates",
44
"ordering.tests.OrderingTests.test_reverse_ordering_pure",
45
+ # 'ManyToOneRel' object has no attribute 'column'
46
+ "m2m_through.tests.M2mThroughTests.test_order_by_relational_field_through_model",
47
# annotate() after values() doesn't raise NotSupportedError.
48
"lookup.tests.LookupTests.test_exact_query_rhs_with_selected_columns",
49
# tuple index out of range in process_rhs()
0 commit comments