diff options
Diffstat (limited to 'doc/build/changelog')
| -rw-r--r-- | doc/build/changelog/migration_14.rst | 2 | ||||
| -rw-r--r-- | doc/build/changelog/migration_20.rst | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/build/changelog/migration_14.rst b/doc/build/changelog/migration_14.rst index 1949b91d5..7d0ecf4f6 100644 --- a/doc/build/changelog/migration_14.rst +++ b/doc/build/changelog/migration_14.rst @@ -1,3 +1,5 @@ +.. _migration_14_toplevel: + ============================= What's New in SQLAlchemy 1.4? ============================= diff --git a/doc/build/changelog/migration_20.rst b/doc/build/changelog/migration_20.rst index a1b20c670..39ca2099c 100644 --- a/doc/build/changelog/migration_20.rst +++ b/doc/build/changelog/migration_20.rst @@ -1221,7 +1221,7 @@ necessary when using joined eager loading, the :meth:`_engine.Result.unique` modifier must be called first. Documentation for all new features of :func:`_sql.select` including execution -options, etc. are at :doc:`/queryguide`. +options, etc. are at :doc:`/orm/queryguide`. Below are some examples of how to migrate to :func:`_sql.select`:: |
