]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- a change to the previous __mapper_args__ commit.
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Feb 2010 00:57:08 +0000 (00:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Feb 2010 00:57:08 +0000 (00:57 +0000)
commitbee34dfcd61106ee8eecebd7913efe1904ce5a4a
tree3632b19f6118e97a4cc43bc720842b06b57134cd
parentc2060e8943e628404d9620ad60787c6af0a12b07
- a change to the previous __mapper_args__ commit.
- the __mapper_args__ dict is copied when propagating to a subclass,
and is taken straight off the class __dict__ to avoid any
propagation from the parent.  mapper inheritance already
propagates the things you want from the parent mapper.
[ticket:1393]
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative.py