]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- MapperExtension.before_update() and after_update() are now called
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 Dec 2007 18:33:27 +0000 (18:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 29 Dec 2007 18:33:27 +0000 (18:33 +0000)
commitdc94cb7b10927b412b813dc9493532c149816658
tree1cf82ff7c4ab8ba19dc63630f8ea663e8611122b
parentb528d58d497c100c92c1600349d587f2146dd6c2
- MapperExtension.before_update() and after_update() are now called
symmetrically; previously, an instance that had no modified column
attributes (but had a relation() modification) could be called with
before_update() but not after_update() [ticket:907]
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/mapper.py