summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-10-28 13:48:44 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-10-28 13:48:44 -0400
commit8ab39fb652cf9edb1b9795bd528638105aff7d26 (patch)
treebe87aa1247fa1f85480eac40e86be6203464fee0
parent5da1c96c82ca376df10f7c7d77381259e071d420 (diff)
downloadsqlalchemy-8ab39fb652cf9edb1b9795bd528638105aff7d26.tar.gz
- whitespace below ..version, sigh
-rw-r--r--doc/build/orm/loading.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/build/orm/loading.rst b/doc/build/orm/loading.rst
index ccdb53cee..4031bac98 100644
--- a/doc/build/orm/loading.rst
+++ b/doc/build/orm/loading.rst
@@ -142,7 +142,6 @@ of a particular attribute, the :func:`.defaultload` method/function may be used:
).all()
.. versionchanged:: 0.9.0
-
The previous approach of specifying dot-separated paths within loader
options has been superseded by the less ambiguous approach of the
:class:`.Load` object and related methods. With this system, the user