Skip to content

Commit

Permalink
Pull in all related values when selecting content blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Aug 4, 2009
1 parent becfae4 commit 58adc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feincms/models.py
Expand Up @@ -192,7 +192,7 @@ def _content_for_region(self, region):
contents += list(
self._feincms_content_types[idx].objects.filter(
parent=self,
region=region.key).select_related('parent', 'region'))
region=region.key).select_related())

return contents

Expand Down

0 comments on commit 58adc6f

Please sign in to comment.