]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- continue moving things out that don't need to be there
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Aug 2014 05:52:36 +0000 (01:52 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Aug 2014 06:35:35 +0000 (02:35 -0400)
commit0bd074cc5ae9fed32e6f7d98d687aba3c9dd52c2
treebac40af7b025926c3803478d7b56addca14779c9
parent51c7005dc5cc04a9ed24fbfa290e50df6fb70369
- continue moving things out that don't need to be there
- an existing state shouldn't need its load_options/load_path updated;
it should maintain those from its original Query source.  there's no
tests that check this behavior
lib/sqlalchemy/orm/loading.py
test/orm/test_versioning.py