]> 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:05:51 +0000 (18:05 -0500)
commit7eff4e8f3e3999d9eb914647d8776e6e5b7ee88e
treeb79912dcec4508d7f1777c07208f82de51224f9c
parent7cb2a2d6c0cb85f7c51fcd572136589c23aa7a1b
- 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
doc/build/glossary.rst
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/orm/state.py