]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Document and test modification of .values in before_compile_update
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 May 2019 00:27:30 +0000 (20:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 May 2019 00:27:30 +0000 (20:27 -0400)
commit89e6beaf46ebdd626e292eb20f7b6ae0c3a9ae5c
tree438d0a3b167b44683cf308960dffe89c784efd74
parent02c18e753b26aa038ce47d0b46b8f0281093d88b
Document and test modification of .values in before_compile_update

Change-Id: I2a694bcf24b06806dc98651015e7c7a8b090ff65
lib/sqlalchemy/orm/events.py
test/orm/test_events.py