Skip to content

Commit b58cdf6

Browse files
committed
skip test.
1 parent f8dd87e commit b58cdf6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

django_mongodb/features.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
4040
"ordering.tests.OrderingTests.test_order_by_f_expression",
4141
"ordering.tests.OrderingTests.test_order_by_f_expression_duplicates",
4242
"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",
4345
# Pattern lookups that use regexMatch don't work on JSONField:
4446
# Unsupported conversion from array to string in $convert
4547
"model_fields.test_jsonfield.TestQuerying.test_icontains",

0 commit comments

Comments
 (0)