]> 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:24:00 +0000 (18:24 -0400)
commitc2bbdf7770337c8b2cfb4e7340d06c895b171b0b
tree8ec9c456b1ce94e9618c98160a940d060f1fa453
parent1fc2611e20ce94d3bbefc6910ba1127c400195b5
Fixed bug where :class:`.MutableDict` didn't report a change event
when ``clear()`` was called.
[ticket:2730]

Conflicts:
doc/build/changelog/changelog_09.rst
doc/build/changelog/changelog_08.rst
lib/sqlalchemy/ext/mutable.py
test/ext/test_mutable.py