]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed another 0.5.4 bug whereby mutable attributes (i.e. PickleType)
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Jun 2009 22:42:14 +0000 (22:42 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Jun 2009 22:42:14 +0000 (22:42 +0000)
commit4c786944e8781093098da3233d3b55cc167b75e7
treec60ff4f7dcdbd84391323bd836f2082b37ab89cb
parentc84dd331df47a55bd0650686644da050311135f3
- Fixed another 0.5.4 bug whereby mutable attributes (i.e. PickleType)
wouldn't be deserialized correctly when the whole object
was serialized.  [ticket:1426]
CHANGES
lib/sqlalchemy/orm/state.py
test/orm/attributes.py