]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed issue where post_update on a many-to-one relationship would
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Dec 2015 17:13:57 +0000 (12:13 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 2 Dec 2015 17:14:18 +0000 (12:14 -0500)
commit74fcb4b867196e4010bd0c1f028e7f11412d1ad3
treebdfe3941ade9b11521f421b9ad0ad3a62016b163
parent7b5fd86a42cf45210596eb411fb201d01c1811e0
- Fixed issue where post_update on a many-to-one relationship would
fail to emit an UPDATE in the case where the attribute were set to
None and not previously loaded.
fixes #3599

(cherry picked from commit 935bc34dc50d5e4bdf181a8287d6e4cdbde073d0)
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/dependency.py
test/orm/test_cycles.py