]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed bug where :class:`.MutableDict` didn't report a change event
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jun 2013 22:23:23 +0000 (18:23 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 3 Jun 2013 22:23:23 +0000 (18:23 -0400)
commit3a13047fb06d698e0440895281c484199e0a95a5
treef3027214ea733fb5f34591577c98861d5973be71
parentf1bdc3e999b4ad76515a6452099e3c26d7b4228b
Fixed bug where :class:`.MutableDict` didn't report a change event
when ``clear()`` was called.
[ticket:2730]
doc/build/changelog/changelog_08.rst
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/ext/mutable.py
test/ext/test_mutable.py