]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
warn when two classes with the same name end up in the declarative registry
authorChris Withers <chris@simplistix.co.uk>
Wed, 6 Oct 2010 11:04:25 +0000 (12:04 +0100)
committerChris Withers <chris@simplistix.co.uk>
Wed, 6 Oct 2010 11:04:25 +0000 (12:04 +0100)
commita376f3e2daec1950b42822e94a8357848beaa18a
treee12c1ab2823e73c549a5a226932a928a66a892a2
parent526d73ecfc6714f10b6df5f0d47d6fd1e41cd444
warn when two classes with the same name end up in the declarative registry
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative.py