Hi all, I'm having trouble upgrading pyramid_tm to 0.3 for an app running on pyramid 1.2. As far as I could tell, adding
settings['tm.commit_veto'] = 'pyramid_tm.default_commit_veto' before passing the settings to the configurator should be enough to restore the behaviour pre 0.3. But I'm seeing errors like DetachedInstanceError: Parent instance <User at 0x5ddfe90> is not bound to a Session; lazy load operation of attribute 'person_assocs' cannot proceed for unauthorized requests (i.e. ones returning 403); which looks like a database rollback hasn't happened? Is 0.3 not intended for use with pyramid 1.2? regards robert -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
