seems this is the month of the many2many relations ;-)

why is a the whole assoc.proxy + _AssocList needed?

Can't one do just with overloading/replaceing the InstrumentedList's 
append() ? or something of sorts. i know it might be messier, but 
with proper hooks it will be shorter/faster/easier/...

in my case, i want any kwargs passed to append() to trigger creating 
proper assoc_obj off them, and using that one.

btw there is error in _AssociationList __setitem__(), "item" should 
be "value" there... or what?. This the only other place of creating 
assoc.object is __setitem__, but there's syntacticaly no way to pass 
**kwargs there - unless called explicitly as xxx.__setitem__(...).

ciao
svilen

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