]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
fix MutableDict.coerce
authorMatt Chisholm <matt@theory.org>
Sun, 27 Jul 2014 10:15:36 +0000 (12:15 +0200)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 25 Aug 2014 23:17:21 +0000 (19:17 -0400)
commit8f46952638cda0ccb3ef29630f5fc393a70ed5d2
tree03680151ca64a272e592b9e059a4f16479044e07
parentc149e020cbeb6c8b8bfa0b998b0e133f66b963fa
fix MutableDict.coerce

If a class inherited from MutableDict (say, for instance, to add an update() method), coerce() would give back an instance of MutableDict instead of an instance of the derived class.
lib/sqlalchemy/ext/mutable.py
test/ext/test_mutable.py