Skip to content

Commit 87633a9

Browse files
committed
skip test.
1 parent 8ec51cd commit 87633a9

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
# annotate() after values() doesn't raise NotSupportedError.
4648
"lookup.tests.LookupTests.test_exact_query_rhs_with_selected_columns",
4749
# tuple index out of range in process_rhs()

0 commit comments

Comments
 (0)