]> 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:13:57 +0000 (12:13 -0500)
commit935bc34dc50d5e4bdf181a8287d6e4cdbde073d0
treee9eba984da6f31639918eb1dfe0e21253995b6c9
parent9695faf32981406b12a6468b98d5c9b673f8e219
- 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
doc/build/changelog/changelog_10.rst
lib/sqlalchemy/orm/dependency.py
test/orm/test_cycles.py