]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- switched session.save() to session.add() throughout declarative test
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Nov 2008 18:57:24 +0000 (18:57 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Nov 2008 18:57:24 +0000 (18:57 +0000)
commit3e486caaabdaa47692d24fb4f0a8ee05f07d5692
tree49f89abfc85040dfcce750b4bad893b99c12f3f9
parentb2a7892b1091cadf0dddedb72adb98067f76f336
- switched session.save() to session.add() throughout declarative test
- Fixed PendingDeprecationWarning involving order_by
parameter on relation(). [ticket:1226]
- Unit tests still filter pending deprecation warnings but have a commented-out
line to temporarily disable this behavior.  Tests need to be fully converted
before we can turn this on.
CHANGES
lib/sqlalchemy/orm/strategies.py
test/ext/declarative.py
test/testenv.py
test/testlib/testing.py