From: Mike Bayer Date: Mon, 28 Oct 2013 17:48:44 +0000 (-0400) Subject: - whitespace below ..version, sigh X-Git-Tag: rel_0_9_0~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ab39fb652cf9edb1b9795bd528638105aff7d26;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git - whitespace below ..version, sigh --- diff --git a/doc/build/orm/loading.rst b/doc/build/orm/loading.rst index ccdb53ceeb..4031bac987 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