]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- store only MultipleClassMarkers inside of ModuleMarker, then
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Oct 2012 18:15:56 +0000 (14:15 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 28 Oct 2012 18:15:56 +0000 (14:15 -0400)
commit63a9d80f18ad22071742c8aa282ccc94ad94677c
tree2b14b86bd1a8fc45610101bee1d73f1cacf23638
parent8498087654cfcea3f4abbc771d801d7af5947496
- store only MultipleClassMarkers inside of ModuleMarker, then
store ModuleMarkers for multiple roots, one for each token in a
module path.  this allows partial path resolution.
- docs to this effect
lib/sqlalchemy/ext/declarative/__init__.py
lib/sqlalchemy/ext/declarative/clsregistry.py
test/ext/declarative/test_clsregistry.py