]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fixed issue where slice assignment on relation properties truncates the relation...
authorJason Kirtland <jek@discorporate.us>
Thu, 19 Apr 2007 19:07:51 +0000 (19:07 +0000)
committerJason Kirtland <jek@discorporate.us>
Thu, 19 Apr 2007 19:07:51 +0000 (19:07 +0000)
commit47a6af93d5b05202a38d66d471edd4122f2aa9a2
tree48c8a5f7a66fb18a196d76720656550d51a96f55
parentb90627a44f1cef68eb4c9f29969489a5e3a9ce9f
- fixed issue where slice assignment on relation properties truncates the relation (#529)
- fix for #530, don't require collection classes to respond to len requests
lib/sqlalchemy/orm/attributes.py
test/orm/relationships.py