From: RamonWill Date: Sat, 4 Jul 2020 17:17:40 +0000 (+0100) Subject: resolves #3757 X-Git-Tag: rel_1_3_19~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fdf0228e0c4f148be35a56df6ae494c174c04ac;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git resolves #3757 (cherry picked from commit cf7bfb79847266148f6add22120479d287a259ab) --- diff --git a/lib/sqlalchemy/orm/strategy_options.py b/lib/sqlalchemy/orm/strategy_options.py index 7e75db8e04..1d9b92294b 100644 --- a/lib/sqlalchemy/orm/strategy_options.py +++ b/lib/sqlalchemy/orm/strategy_options.py @@ -1110,6 +1110,9 @@ def load_only(loadopt, *attrs): Load(Address).load_only("email_address") ) + .. note:: This method will still load a :class:`_schema.Column` even + if the column property is defined with ``deferred=True`` + for the :func:`.column_property` function. .. versionadded:: 0.9.0