]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- further reduce what topological has to do, expects full list of nodes
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Apr 2010 16:24:01 +0000 (12:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 4 Apr 2010 16:24:01 +0000 (12:24 -0400)
commit23a49e346bfb757f57fc3778f069ce9ab710fd5e
treed6586ae3d8f09a2af32bbcf69fc278e985638213
parentf3fff5bdeb783013da82516b856cb036dfa58cf8
- further reduce what topological has to do, expects full list of nodes
- fix some side-effect-dependent behaviors in uow.  we can now
unconditionally remove "disabled" actions without rewriting
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/topological.py
test/base/test_dependency.py