]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Adjusted the attribute instrumentation change from 0.5.1 to
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Jan 2009 03:55:48 +0000 (03:55 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 22 Jan 2009 03:55:48 +0000 (03:55 +0000)
commit3954df86cb950aeb65444116c3e20f0a51647c10
treefed1ba8c150feede8f429833c1aa92fc916ebf7b
parenta7459fe1abaec1c4d6aca443e7b7e5f1d1e6db21
- Adjusted the attribute instrumentation change from 0.5.1 to
fully establish instrumentation for subclasses where the mapper
was created after the superclass had already been fully
instrumented. [ticket:1292]
CHANGES
lib/sqlalchemy/orm/dynamic.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/strategies.py
test/orm/mapper.py