]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add more documentation to MutableDict explaining
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Feb 2016 15:15:37 +0000 (10:15 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Feb 2016 15:16:34 +0000 (10:16 -0500)
commit639b7677803558d4763933b992a78e3f5fe01a5c
tree31cdf53d8626db49a71d7e4746e173c735ef289f
parent13473af1b78f0971ce371b7dc5a07851862627d8
- add more documentation to MutableDict explaining
that this structure is only intended to track additions
and removals from the dictionary, not recursive tracking
of embedded changes.  fixes #3646.

(cherry picked from commit 5497b1086f9fe44e0594079b036ea939fbc3c479)
lib/sqlalchemy/ext/mutable.py