]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
added 'inherit_foreign_keys' arg to mapper()
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Aug 2007 14:29:34 +0000 (14:29 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 16 Aug 2007 14:29:34 +0000 (14:29 +0000)
commit354f899be62411b15f509e3f82afc249cc5ca146
tree1924d95c46810df3c6b986739ed8e14c130cd112
parent46535b25a642b596c1f43217fe00f6205bcc0ecb
added 'inherit_foreign_keys' arg to mapper()
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/mapper.py
test/orm/inheritance/alltests.py
test/orm/inheritance/selects.py [new file with mode: 0644]