]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug in ORM-level event registration where the "raw" or
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Jul 2013 03:17:33 +0000 (23:17 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 19 Jul 2013 03:19:04 +0000 (23:19 -0400)
commit90d992f2da1edb8ddfff3fd33d69c6ba7307d2a0
treec6596b986cd89774b4c2bd6ebf281586429e01cf
parent436ba1601d33de048a17e39a14856409c4e9c3b7
Fixed bug in ORM-level event registration where the "raw" or
"propagate" flags could potentially be mis-configured in some
"unmapped base class" configurations.  Also in 0.8.3.
[ticket:2786]
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/orm/events.py
test/orm/test_events.py