Skip to content

Commit 50de9c4

Browse files
committed
one test case without query_options
1 parent 9259729 commit 50de9c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_app/components.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ def get_relational_parent_query():
171171
return RelationalParent.objects.first() or create_relational_parent()
172172

173173

174-
@query_options(many_to_many=True, many_to_one=True)
175174
def get_foriegn_child_query():
176175
child = ForiegnChild.objects.first()
177176
if not child:

0 commit comments

Comments
 (0)