diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/sqlalchemy/orm/relationships.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/relationships.py b/lib/sqlalchemy/orm/relationships.py index 89cc37de5..7882eff70 100644 --- a/lib/sqlalchemy/orm/relationships.py +++ b/lib/sqlalchemy/orm/relationships.py @@ -364,7 +364,7 @@ class RelationshipProperty(StrategizedProperty): :ref:`error_qzyx` - usage example :param bake_queries=True: - Enable :ref:`lambda caching <engine_lambda_caching>`_ for loader + Enable :ref:`lambda caching <engine_lambda_caching>` for loader strategies, if applicable, which adds a performance gain to the construction of SQL constructs used by loader strategies, in addition to the usual SQL statement caching used throughout SQLAlchemy. This |
