Skip to content

Instantly share code, notes, and snippets.

@goutomroy
Last active June 7, 2019 21:08
Show Gist options
  • Save goutomroy/94703ee38836e1d350545a82ba2669de to your computer and use it in GitHub Desktop.
Save goutomroy/94703ee38836e1d350545a82ba2669de to your computer and use it in GitHub Desktop.
q1 = Entry.objects.filter(blog=2)
q2 = q1.filter(headline__contains='food')
entry_list = list(q3)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment