]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- An inheriting class can now override an attribute
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 20 Jul 2008 18:23:44 +0000 (18:23 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 20 Jul 2008 18:23:44 +0000 (18:23 +0000)
commit419753f59b6fa68ae282b5a75ad3b3a3b5f91c50
treed60af45c5135ed252ed06e9e2765295aeaabd0b2
parenta4781e4d76c6b1bfb8ae5345c2e09ae35045d8e6
- An inheriting class can now override an attribute
inherited from the base class with a plain descriptor,
or exclude an inherited attribute via the
include_properties/exclude_properties collections.
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/strategies.py
test/ext/declarative.py
test/orm/inheritance/basic.py
test/orm/mapper.py