]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- make it exceedlingly obvious that all topological/unitofwork code is
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Apr 2010 01:00:16 +0000 (21:00 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 8 Apr 2010 01:00:16 +0000 (21:00 -0400)
commit8967b1153a6776870f0b48175943c1b05133bfc2
tree638233e55179db6581088dbfa51561e003107232
parentf3fb6fe1d8088f0566b0bf7c2596b669c8979cbf
- make it exceedlingly obvious that all topological/unitofwork code is
being rewritten, and nothing here should be consulted for any
future activity.
- underscore current topological methods as their API behavior
is changing, possibly in 0.6.1 if [ticket:1742] remains on track
lib/sqlalchemy/orm/dependency.py
lib/sqlalchemy/orm/interfaces.py
lib/sqlalchemy/orm/unitofwork.py
lib/sqlalchemy/orm/uowdumper.py
lib/sqlalchemy/sql/util.py
lib/sqlalchemy/topological.py
test/base/test_dependency.py