Skip to content

Commit f6f463d

Browse files
committed
skip test.
1 parent 38a4e7e commit f6f463d

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
@@ -42,6 +42,8 @@ class DatabaseFeatures(BaseDatabaseFeatures):
4242
"ordering.tests.OrderingTests.test_order_by_f_expression",
4343
"ordering.tests.OrderingTests.test_order_by_f_expression_duplicates",
4444
"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",
4547
# Pattern lookups that use regexMatch don't work on JSONField:
4648
# Unsupported conversion from array to string in $convert
4749
"model_fields.test_jsonfield.TestQuerying.test_icontains",

0 commit comments

Comments
 (0)