I 've created a model with two tables in which the many to many
relationship was implemented. "Item" and "Category". I appended two
categorys to one item for example. But as i wanted to show the item's
attribute "category" content in the view i got instead some datas
below:
"""<mosst.model.page.Category object at 0x020F67B0>
<mosst.model.page.Category object at 0x020F6810>
"""
That's to say the category instead of the real value was set up with
the content above.
I don't know why. The mapper was successful setup, the number of the
append categories also been defined correctly, everything fine except
this error! Can anybody give me the direction?

--~--~---------~--~----~------------~-------~--~----~
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