]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
consolidate warning re: selectinload.recursion_depth
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 Jan 2023 16:04:03 +0000 (11:04 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 31 Jan 2023 16:04:03 +0000 (11:04 -0500)
Change-Id: I527c5ba52451cd8a926ddea8e5469b9390cfcb27
References: #9199

lib/sqlalchemy/orm/strategy_options.py

index 60f07b83cc72bc18ff18188100b31de9bdf18e6f..bd1f768b7ac9855a1b5cb28fa24eb9e112210a8d 100644 (file)
@@ -400,8 +400,9 @@ class _AbstractLoad(traversals.GenerativeOnTraversal, LoaderOption):
             is not yet an option to automatically traverse recursive structures
             with more than one relationship involved.
 
-         .. warning:: This parameter is new and experimental and should be
-            treated as "alpha" status
+            Additionally, the :paramref:`_orm.selectinload.recursion_depth`
+            parameter is new and experimental and should be treated as "alpha"
+            status for the 2.0 series.
 
          .. versionadded:: 2.0 added
             :paramref:`_orm.selectinload.recursion_depth`