Skip to content

Instantly share code, notes, and snippets.

@joshourisman
Created February 27, 2012 23:03
Show Gist options
  • Save joshourisman/1927779 to your computer and use it in GitHub Desktop.
Save joshourisman/1927779 to your computer and use it in GitHub Desktop.
filters = reduce(lambda x, y: x | y,
[Q(**{'account_name__istartswith': letter}) for
letter in letter_range])
return self.object.get_children().filter(filters)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment