]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the __mapper_args__ dict is copied when propagating to a subclass.
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Feb 2010 00:39:35 +0000 (00:39 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Feb 2010 00:39:35 +0000 (00:39 +0000)
commitc2060e8943e628404d9620ad60787c6af0a12b07
tree83607353cd4aa2ada91be9096bdfe1e7c779c87b
parent733d8e593a611b4601ec2ee197ca112250111b64
- the __mapper_args__ dict is copied when propagating to a subclass.
Still need to decide how the argument propagation should
work in the bigger picture.  [ticket:1393]
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative.py