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 38a4e7e commit f6f463dCopy full SHA for f6f463d
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
# Pattern lookups that use regexMatch don't work on JSONField:
48
# Unsupported conversion from array to string in $convert
49
"model_fields.test_jsonfield.TestQuerying.test_icontains",
0 commit comments