From 8ab39fb652cf9edb1b9795bd528638105aff7d26 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 28 Oct 2013 13:48:44 -0400 Subject: [PATCH] - whitespace below ..version, sigh --- doc/build/orm/loading.rst | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3