Skip to content

Commit

Permalink
Merge pull request dayorbyte#89 from jacoblyles/master
Browse files Browse the repository at this point in the history
Fixing examples/examples.py example
  • Loading branch information
Jeffrey Jenkins committed Aug 3, 2012
2 parents 000f17e + 432dec0 commit 86bb9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/examples.py
Expand Up @@ -55,7 +55,7 @@ def print_all():
a = Address(street_address='123 4th ave', city='NY', state_province='NY', country='USA')
u = User(name='jeff', email='jeff@qcircles.net', address=a)
s.insert(u)
print u._id
print u.mongo_id

query = User.address.country == 'USA'

Expand Down

0 comments on commit 86bb9b6

Please sign in to comment.