Not sure if this is the right place, hope so. 

In the example for Association Object on
http://www.sqlalchemy.org/docs/datamapping.myt#datamapping

The bottom part reads:

for a in alist:
    for k in a.keywords:
        if k.keyword.name == 'jacks_stories':
            print k.user.user_name


Line 3 should be:

        if k.keyword.keyword_name == 'jacks_stories':


( Tested it out ).

Thanks
iain


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to