]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Can now use a custom "inherit_condition" in
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Nov 2008 15:43:17 +0000 (15:43 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 12 Nov 2008 15:43:17 +0000 (15:43 +0000)
commit0148adec3069c64f3dca8d269e4c0fac3fe6bcaf
tree3c51cb7bc367da1299ac800f027ccc242e949ad7
parent260c201f656ce3afe35f9ae069cdf46593d4dffb
- Can now use a custom "inherit_condition" in
__mapper_args__ when using declarative.
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/declarative.py