]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bugs in sqlalchemy.ext.mutable extension where
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 14 May 2011 14:23:12 +0000 (10:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 14 May 2011 14:23:12 +0000 (10:23 -0400)
commit501b8aec1b2ccd3cb652cd6f7f8d00047ef5e84c
treed7b6ff0b968e069cb770140e031e5f3bd0a5ed3b
parent9826ba73a6a614a92be7104474428dde40c2d773
  - Fixed bugs in sqlalchemy.ext.mutable extension where
    `None` was not appropriately handled, replacement
    events were not appropriately handled.
    [ticket:2143]
CHANGES
lib/sqlalchemy/ext/mutable.py
test/ext/test_mutable.py