]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- simplified the descriptor system to no longer use the hybrid extension, instead...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Dec 2010 22:50:36 +0000 (17:50 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 28 Dec 2010 22:50:36 +0000 (17:50 -0500)
commit4f8f6b3989327398c048fa55bc2ed8f26fb022bd
treeeb197ce78f67622e3c73d3565e3d946ba6bf8d2c
parent7f8ca36036d9ab1f8c06ada19a2cd69349864a45
- simplified the descriptor system to no longer use the hybrid extension, instead presenting
the Proxy(QueryableAttribute) object as the public facing interface.   This simplifies
the descriptor system and will allow straightforward integration with attribute events.
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/descriptor_props.py
lib/sqlalchemy/orm/util.py
test/orm/test_descriptor.py