]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fully hyperlink the docstring for make_transient
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Feb 2016 23:05:51 +0000 (18:05 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Feb 2016 23:07:45 +0000 (18:07 -0500)
commit13473af1b78f0971ce371b7dc5a07851862627d8
tree42c934152319319f7b21357900678779941c3775
parentd5002e1c579cf35487862032f70a9eb420006216
- fully hyperlink the docstring for make_transient
- establish make_transient and make_transient_to_detached as special-use,
advanced use only functions
- list all conditions under make_transient() under which an attribute
will not be loaded and establish that make_transient() does not attempt
to load all attributes before detaching the object from its
session, fixes #3640

(cherry picked from commit 7eff4e8f3e3999d9eb914647d8776e6e5b7ee88e)
doc/build/glossary.rst
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/orm/state.py