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 ebefda7 commit 310aa8cCopy full SHA for 310aa8c
rest_framework/compat.py
@@ -193,7 +193,7 @@ def _get_children_from_q(q):
193
yield lhs
194
if hasattr(rhs, 'resolve_expression'):
195
yield from _get_paths_from_expression(rhs)
196
- elif hasattr(child, "resolve_expression"):
+ elif hasattr(child, 'resolve_expression'):
197
yield from _get_paths_from_expression(child)
198
199
def get_referenced_base_fields_from_q(q):
0 commit comments