]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
resolves #3757
authorRamonWill <ramonwilliams@hotmail.co.uk>
Sat, 4 Jul 2020 17:17:40 +0000 (18:17 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 8 Jul 2020 18:37:37 +0000 (14:37 -0400)
(cherry picked from commit cf7bfb79847266148f6add22120479d287a259ab)

lib/sqlalchemy/orm/strategy_options.py

index 7e75db8e049dc56ed918eb3e4cf61ec173c97130..1d9b92294bf0357c07b9dae8add1d2ce2a97141f 100644 (file)
@@ -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