]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fixed a truncation error when re-assigning a subset of a collection
authorJason Kirtland <jek@discorporate.us>
Wed, 31 Oct 2007 09:21:22 +0000 (09:21 +0000)
committerJason Kirtland <jek@discorporate.us>
Wed, 31 Oct 2007 09:21:22 +0000 (09:21 +0000)
commit2d3f907ac0a23d410ecc3c74afc6d63bd2abc186
tree2a1f7b5b7152915d91c26087f5fdcf12dda56017
parent661774055c58d096faf929f34abd947fb5931788
Fixed a truncation error when re-assigning a subset of a collection
(obj.relation = obj.relation[1:]) [ticket:834]
CHANGES
lib/sqlalchemy/orm/attributes.py
test/orm/cascade.py
test/orm/collection.py
test/orm/query.py