]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Add missing items to collection.__getstate__
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Nov 2016 21:09:13 +0000 (16:09 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Nov 2016 21:25:47 +0000 (16:25 -0500)
commit3e063525f3721ef6fa2c3dd3e6ded67c2fa9cb0b
treec0a61fee697a5e860e3da9175db6060a4f2fe31d
parent88ca587eae19afb8e069d896b95580aaed8b0e24
Add missing items to collection.__getstate__

the refactor in b606e47ddc54 / ticket:3457 failed
to adjust __getstate__ / __setstate__.  need to memoize
a few more things including the class itself so that we
can navigate back to "attr".

Change-Id: I4ece2a616cb8b9dac7b50763ca59e47d0f26cfdf
Fixes: #3852
doc/build/changelog/changelog_11.rst
lib/sqlalchemy/orm/collections.py
test/orm/test_pickled.py