]> 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:41 +0000 (18:07 -0500)
commitd3eef95510307aaa139d13311712d698da2815a8
tree59a2e4497b653b7104010cead28d108e453b600f
parent632992dad3cdbf768e92184faa8156a10dd9741c
- 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