]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed an 0.9 regression where ORM instance or mapper events applied
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Feb 2014 21:47:20 +0000 (16:47 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Feb 2014 21:47:20 +0000 (16:47 -0500)
commitab738c21aa540cebf3c2f839e177146fc4b43672
tree58fc40e3d82117761c4243d3a6b7f19a1572510b
parentee88e648f7a56ef76426957a5344639ab9954d9d
- Fixed an 0.9 regression where ORM instance or mapper events applied
to a base class such as a declarative base with the propagate=True
flag would fail to apply to existing mapped classes which also
used inheritance due to an assertion.  Addtionally, repaired an
attribute error which could occur during removal of such an event,
depending on how it was first assigned. [ticket:2949]
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/events.py
test/orm/test_events.py