diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2022-09-26 01:18:00 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@ci3.zzzcomputing.com> | 2022-09-26 01:18:00 +0000 |
| commit | e708cfea0bdaae82ac30dd7d33f9442115b9af6d (patch) | |
| tree | 6eab4cff659978022c7da1c7b9114b074aa08136 /lib/sqlalchemy/sql/base.py | |
| parent | 6201b4d88666983b883b96d22a159aa2594de94b (diff) | |
| parent | 81d8394c0b5342cdc603cb2e07e12139c9506bf6 (diff) | |
| download | sqlalchemy-e708cfea0bdaae82ac30dd7d33f9442115b9af6d.tar.gz | |
Merge "New ORM Query Guide featuring DML support" into main
Diffstat (limited to 'lib/sqlalchemy/sql/base.py')
| -rw-r--r-- | lib/sqlalchemy/sql/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/sql/base.py b/lib/sqlalchemy/sql/base.py index fbbf9f7f7..2a8479c6d 100644 --- a/lib/sqlalchemy/sql/base.py +++ b/lib/sqlalchemy/sql/base.py @@ -1068,7 +1068,7 @@ class Executable(roles.StatementRole): .. seealso:: - :ref:`deferred_options` - refers to options specific to the usage + :ref:`loading_columns` - refers to options specific to the usage of ORM queries :ref:`relationship_loader_options` - refers to options specific |
