]> 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:17:45 +0000 (10:17 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 10 Feb 2016 15:17:45 +0000 (10:17 -0500)
commit287aaa9d416b4f72179da320af0624b9ebc43846
tree0b1cffc5b200197c5c39b5fae361adf3b6b56682
parent3f1f1895ac99963da1a989c69c2dce59ae916ffc
- 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.
lib/sqlalchemy/ext/mutable.py