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 f8dd87e commit b58cdf6Copy full SHA for b58cdf6
django_mongodb/features.py
@@ -40,6 +40,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
40
"ordering.tests.OrderingTests.test_order_by_f_expression",
41
"ordering.tests.OrderingTests.test_order_by_f_expression_duplicates",
42
"ordering.tests.OrderingTests.test_reverse_ordering_pure",
43
+ # 'ManyToOneRel' object has no attribute 'column'
44
+ "m2m_through.tests.M2mThroughTests.test_order_by_relational_field_through_model",
45
# Pattern lookups that use regexMatch don't work on JSONField:
46
# Unsupported conversion from array to string in $convert
47
"model_fields.test_jsonfield.TestQuerying.test_icontains",
0 commit comments