]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug in the mutable extension whereby
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Jun 2011 14:43:53 +0000 (10:43 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 30 Jun 2011 14:43:53 +0000 (10:43 -0400)
commit287e9d6a77ef20da98c28901fd118f4401aaab41
tree0a3fe0b9fd1c0c254336986e7a5a984979588139
parentfc4f7de0051334987326de1e74cd86d2a08e2e07
  - Fixed bug in the mutable extension whereby
    if the same type were used twice in one
    mapping, the attributes beyond the first
    would not get instrumented.
CHANGES
lib/sqlalchemy/ext/mutable.py
test/ext/test_mutable.py