summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/base.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2023-04-23 13:22:02 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2023-04-23 13:22:35 -0400
commita7d1fd197c02a3d7101db98070926e0b096882d3 (patch)
treeae24c0aaf7ce4fc7ac5a273ec25b341eef41a1ae /lib/sqlalchemy/orm/base.py
parent5347efa35e3e80c8092501b4adfe1278260d67f5 (diff)
downloadsqlalchemy-sphinx_mini_build.tar.gz
remove theme altogethersphinx_mini_build
Change-Id: Iaa5d1ac26007451c09d6982c06d8ad6ed22d30bc
Diffstat (limited to 'lib/sqlalchemy/orm/base.py')
-rw-r--r--lib/sqlalchemy/orm/base.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/sqlalchemy/orm/base.py b/lib/sqlalchemy/orm/base.py
index 3e178d524..9d75f194e 100644
--- a/lib/sqlalchemy/orm/base.py
+++ b/lib/sqlalchemy/orm/base.py
@@ -883,9 +883,6 @@ class DynamicMapped(_MappedAnnotationBase[_T]):
to indicate that the ``lazy="dynamic"`` loader strategy should be used
for a particular :func:`_orm.relationship`.
- .. legacy:: The "dynamic" lazy loader strategy is the legacy form of what
- is now the "write_only" strategy described in the section
- ref_write_only_relationship.
E.g.::