]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Simplified the sweep of instrumentation in strategies._register_attribute
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Aug 2009 17:51:33 +0000 (17:51 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 2 Aug 2009 17:51:33 +0000 (17:51 +0000)
commit68c8b13ed6b8f88d958f72f6d0721b25817c6636
tree5afd662cfc661f503509a087ae040c35eccc244b
parente58b66838d95e9c5e57f3567940f619c730a7d69
- Simplified the sweep of instrumentation in strategies._register_attribute

- Improved support for MapperProperty objects overriding
that of an inherited mapper for non-concrete
inheritance setups - attribute extensions won't randomly
collide with each other.  [ticket:1488]

- Added AttributeExtension to sqlalchemy.orm.__all__
CHANGES
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/strategies.py
test/orm/test_mapper.py