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 28bd95e commit ebefda7Copy full SHA for ebefda7
rest_framework/compat.py
@@ -191,7 +191,7 @@ def _get_children_from_q(q):
191
elif isinstance(child, tuple):
192
lhs, rhs = child
193
yield lhs
194
- if hasattr(rhs, "resolve_expression"):
+ if hasattr(rhs, 'resolve_expression'):
195
yield from _get_paths_from_expression(rhs)
196
elif hasattr(child, "resolve_expression"):
197
yield from _get_paths_from_expression(child)
0 commit comments