Skip to content

Instantly share code, notes, and snippets.

@zmsmith
Created August 20, 2010 14:01
Show Gist options
  • Save zmsmith/540376 to your computer and use it in GitHub Desktop.
Save zmsmith/540376 to your computer and use it in GitHub Desktop.
book_store = BookStore.objects.get(name="B&N")
authors = Author.objects.filter(book__in=book_store.books.all())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment