Skip to content

Instantly share code, notes, and snippets.

@bruth
Created March 5, 2013 18:02
Show Gist options
  • Save bruth/5092523 to your computer and use it in GitHub Desktop.
Save bruth/5092523 to your computer and use it in GitHub Desktop.
view = DataView(...)
context = DataContext(...)
queryset = view.apply(context.apply())
iterator = queryset.raw()
for row in iterator:
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment