]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed the call to get_committed_value() on CompositeProperty.
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Nov 2009 04:54:56 +0000 (04:54 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Nov 2009 04:54:56 +0000 (04:54 +0000)
commitcc9c615c5af8480c2a32d00a1f0d705f11676040
tree205e58e407ae5ad1c26debcfac61b9bf4ed313b4
parent659ca0c5088b2b6dcd66e33bb9aff79aaffc421a
- Fixed the call to get_committed_value() on CompositeProperty.
[ticket:1504]
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
test/orm/inheritance/test_basic.py