From 2eac37879237d39b9a0f922d300a7696f1d8afb3 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Tue, 30 Mar 2021 22:31:20 +0200 Subject: [PATCH] Remove outdated todos from migration 20 Change-Id: I1b2139d8b35e8d254c4dffc9a642b9f29c9067a8 --- doc/build/changelog/migration_20.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/doc/build/changelog/migration_20.rst b/doc/build/changelog/migration_20.rst index ce6715e7a6..a59d5b677d 100644 --- a/doc/build/changelog/migration_20.rst +++ b/doc/build/changelog/migration_20.rst @@ -1976,8 +1976,6 @@ as well as to allow the use of "subtransactions", which are also removed in Session "subtransaction" behavior removed ------------------------------------------ -TODO: more detail - See the section :ref:`session_subtransactions` for background on this change. @@ -1988,8 +1986,6 @@ change. Dogpile cache recipe and Horizontal Sharding uses new Session API ------------------------------------------------------------------ -TODO: more detail - As the :class:`_orm.Query` object becomes legacy, these two recipes which previously relied upon subclassing of the :class:`_orm.Query` object now make use of the :meth:`_orm.SessionEvents.do_orm_execute` @@ -2001,8 +1997,6 @@ an example. Baked Query Extension Superseded by built-in caching ----------------------------------------------------- -TODO: more detail - The baked query extension is superseded by the built in caching system and is no longer used by the ORM internals. -- 2.47.2