]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added a new attribute :attr:`.Session.info` to :class:`.Session`;
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Aug 2013 16:39:29 +0000 (12:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Aug 2013 16:39:29 +0000 (12:39 -0400)
commit4d132c38af1d2e5376c09ffd2574050300e6c691
treee85089bc77cc1197e6e778a48ffc71074e08fa0e
parentd2a6238372bf8050b847f5755817b5a1a16fcf10
Added a new attribute :attr:`.Session.info` to :class:`.Session`;
this is a dictionary where applications can store arbitrary
data local to a :class:`.Session`.
The contents of :attr:`.Session.info` can be also be initialized
using the ``info`` argument of :class:`.Session` or
:class:`.sessionmaker`.
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/orm/session.py
test/orm/test_session.py