]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [bug] Fixed bug in get_history() when referring
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Dec 2011 18:24:11 +0000 (13:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 7 Dec 2011 18:24:11 +0000 (13:24 -0500)
commitf79c9a221fca87d405b81453888d63e85c201452
tree440abad523d2e0cf554dc3454cdf610c2c9cef27
parentc718ad227efe4b389c09f167a375c57969cf4bb4
- [bug] Fixed bug in get_history() when referring
to a composite attribute that has no value;
added coverage for get_history() regarding
composites which is otherwise just a userland
function.
CHANGES
lib/sqlalchemy/orm/descriptor_props.py
test/orm/test_composites.py