]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The collection proxies produced by associationproxy are now
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Jul 2009 17:08:38 +0000 (17:08 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 25 Jul 2009 17:08:38 +0000 (17:08 +0000)
commited8742e6858f11d48c78fcbbad35e92834aa47f0
tree1d91b57e5b9b2b48c88fe07a050cb8b3a09c6041
parent87b50f78f068c58addfb78b609238824536f3b03
- The collection proxies produced by associationproxy are now
pickleable.  A user-defined proxy_factory however
is still not pickleable unless it defines __getstate__
and __setstate__. [ticket:1446]
CHANGES
lib/sqlalchemy/ext/associationproxy.py
test/ext/test_associationproxy.py