[sqlalchemy] Re: Attribute events

2009-02-11 Thread Mike Bernson
What I am trying to do is get the events for when an attribute was modified. This code was used to register that I wanted ReceiveEvents to get called when attributes where modified. Has this been removed between 0.5.beta4 and 0.5.2. The example program in examples/custom_attributes/custom_attri

[sqlalchemy] Re: Attribute events

2009-02-11 Thread Michael Bayer
attribute extensions can be passed to any column_property() or relation() now.There's no hook at the moment in the "attribute extension" API which fires at the point at which the "AttributeImpl" is assembled. Mike Bernson wrote: > > I am trying to move from 0.5beta4 to 0.5.2 > > The attribu