]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
migrating all the "deprecated" methods away from the current methods.
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Jun 2007 20:58:23 +0000 (20:58 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Jun 2007 20:58:23 +0000 (20:58 +0000)
commit177483cd19e4169d8c682c1755eeedfc28497d44
tree102d91d429b941061918245b97bb957eab7fed4e
parent67cfc86b97f6e7ea43adeeeaa5306ed7977c9e4a
migrating all the "deprecated" methods away from the current methods.
step two will be to change the deprecated methods to all express their functionality (primarily) in
 terms of the non-deprecated methods.
lib/sqlalchemy/orm/query.py
test/orm/generative.py