]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- restore declarative support for "composite"
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Dec 2010 20:27:47 +0000 (15:27 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 23 Dec 2010 20:27:47 +0000 (15:27 -0500)
commit6cd730541f4e61fb8262ac50752c21cf1e7262ac
treef6dceb9d0be15e5a101d6119182eb227b86f2958
parente9d1b5b8de35dabc42d7dcf91c01783fa3133733
- restore declarative support for "composite"
- add an example of mutable scalars with events
doc/build/orm/session.rst
examples/mutable_events/__init__.py [new file with mode: 0644]
examples/mutable_events/scalars.py [new file with mode: 0644]
lib/sqlalchemy/ext/declarative.py
lib/sqlalchemy/orm/attributes.py
lib/sqlalchemy/orm/descriptor_props.py
lib/sqlalchemy/orm/events.py
lib/sqlalchemy/orm/mapper.py
test/orm/test_mapper.py