]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Improved the initialization logic of composite attributes such that
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Feb 2014 00:13:16 +0000 (19:13 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 4 Feb 2014 00:13:16 +0000 (19:13 -0500)
commitb069127b2d3f7b3f2c27f91cfcd32152a98c907f
tree3acd7c44c72d413c2aad2668be4fd5535a9f97ba
parent69a66d58c2d77fa52fe4f43456c5017eabe9502b
- Improved the initialization logic of composite attributes such that
calling ``MyClass.attribute`` will not require that the configure
mappers step has occurred, e.g. it will just work without throwing
any error. [ticket:2935]
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/descriptor_props.py
test/orm/test_composites.py