]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed declarative bug where a class inheriting
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Jun 2011 14:08:34 +0000 (10:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Jun 2011 14:08:34 +0000 (10:08 -0400)
commit23a14f29da6607ee78f95c4bff9af7768c6e7954
tree03c4a0ab2d87a38db4a63bab4273d7738bf175af
parenteaa7aa4239af4f42cdb8b370120d1538c6704d6b
- Fixed declarative bug where a class inheriting
from a superclass of the same name would fail
due to an unnecessary lookup of the name
in the _decl_class_registry. [ticket:2194]
CHANGES
lib/sqlalchemy/ext/declarative.py
test/ext/test_declarative.py