]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The Session class is now present in sqlalchemy.orm.*.
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Aug 2010 22:13:18 +0000 (18:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 29 Aug 2010 22:13:18 +0000 (18:13 -0400)
commit3fc7951674ceab85fb13936fc268547bb15ec54a
tree5f579df46de18f4aeccc13d22c63e3bdf711c368
parent36fa24603f20ff6afc537cc97310d90efc667959
- The Session class is now present in sqlalchemy.orm.*.
We're moving away from the usage of create_session(),
which has non-standard defaults, for those situations
where a one-step Session constructor is desired. Most
users should stick with sessionmaker() for general use,
however.
CHANGES
lib/sqlalchemy/orm/__init__.py