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 8e32477 commit f75006cCopy full SHA for f75006c
flask_restless/views/base.py
@@ -1413,7 +1413,7 @@ def get_all_inclusions(self, instance_or_instances):
1413
# one instance. Otherwise, collect the resources to include for
1414
# each instance in `instances`.
1415
if isinstance(instance_or_instances, Query):
1416
- instances = instance_or_instances
+ instances = instance_or_instances.all()
1417
to_include = set(chain(map(self.resources_to_include, instances)))
1418
else:
1419
instance = instance_or_instances
0 commit comments