]> 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:17:33 +0000 (23:17 -0400)
commit9c6e45ff0157cdd4139cdeb68d38867e2baeaeb5
tree352f50c8a5d8e66b62b40868dcb5110eb20ba70b
parent0a54a4a4b0897bb8eaaf7a7857fb54924ccbd7ef
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
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/events.py
test/orm/test_events.py