]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Really finish proxied list methods. Either these last couple (count, remove, setitem...
authorJason Kirtland <jek@discorporate.us>
Wed, 25 Jul 2007 22:02:49 +0000 (22:02 +0000)
committerJason Kirtland <jek@discorporate.us>
Wed, 25 Jul 2007 22:02:49 +0000 (22:02 +0000)
commit1ef7de461b9708e6d41aa21240e37fcf245447d5
tree3baed47feef5c3d541b012b72e366010fc585221
parent7b64c4c259a279973043bd85e05ada0a2db241ab
Really finish proxied list methods. Either these last couple (count, remove, setitem w/ slice) weren't possible in 0.3 and/or I spaced these.
Improved messaging on flubbed stepped slice assignment in collection decorators.
lib/sqlalchemy/ext/associationproxy.py
lib/sqlalchemy/orm/collections.py
test/ext/associationproxy.py