]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- A mixin can now specify a column that overrides
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Oct 2010 20:54:39 +0000 (16:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 21 Oct 2010 20:54:39 +0000 (16:54 -0400)
commitc5579f77e26e1449f82888c4a95466a77642130d
tree917d2c8578b353a85f89ed9793a0235e1dcb15e6
parentee345b055c2c0c44a6cee4f14f70ebb5e4725aab
- A mixin can now specify a column that overrides
a column of the same name associated with a superclass.
Thanks to Oystein Haaland.
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative.py