[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: - Fixed an 0.9 regression where ORM instance or map
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2014-02-09 21:48:41
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/ab738c21aa54/ Changeset: ab738c21aa54 Branch: None User: zzzeek Date: 2014-02-09 22:47:20 Summary: - 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] Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |