summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-02-08 18:05:51 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2016-02-08 18:05:51 -0500
commit7eff4e8f3e3999d9eb914647d8776e6e5b7ee88e (patch)
treeb79912dcec4508d7f1777c07208f82de51224f9c /doc
parent7cb2a2d6c0cb85f7c51fcd572136589c23aa7a1b (diff)
downloadsqlalchemy-7eff4e8f3e3999d9eb914647d8776e6e5b7ee88e.tar.gz
- 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
Diffstat (limited to 'doc')
-rw-r--r--doc/build/glossary.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build/glossary.rst b/doc/build/glossary.rst
index 9c1395f14..4fd9b0633 100644
--- a/doc/build/glossary.rst
+++ b/doc/build/glossary.rst
@@ -129,6 +129,7 @@ Glossary
lazy load
lazy loads
+ lazy loaded
lazy loading
In object relational mapping, a "lazy load" refers to an
attribute that does not contain its database-side value