Skip to content

Instantly share code, notes, and snippets.

@tell-k
Created September 14, 2012 10:47
Show Gist options
  • Save tell-k/3721261 to your computer and use it in GitHub Desktop.
Save tell-k/3721261 to your computer and use it in GitHub Desktop.
entry = Entry.query.get(1)
entry.comments[0] # => <__main__.Comment object at 0x10184acd0>
comment = Comment.query.get(1)
comment.entry # => <__main__.Entry object at 0x101841a10>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment