Created
September 14, 2012 10:47
-
-
Save tell-k/3721261 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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