From df582d5221931ade607b96e74ad746a528ecb994 Mon Sep 17 00:00:00 2001 From: Federico Caselli Date: Wed, 14 Feb 2024 20:55:57 +0100 Subject: [PATCH] clarify example in orm tutorial Change-Id: Ib6f9a7ce0beacda43ccd6d3c7750778ed3333b38 (cherry picked from commit 1e099d1a855e492389c02559d2059d93e5a5a091) --- doc/build/tutorial/orm_data_manipulation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/build/tutorial/orm_data_manipulation.rst b/doc/build/tutorial/orm_data_manipulation.rst index 73fef50aba..b4beae0e07 100644 --- a/doc/build/tutorial/orm_data_manipulation.rst +++ b/doc/build/tutorial/orm_data_manipulation.rst @@ -533,6 +533,7 @@ a context manager as well, accomplishes the following things: are no longer associated with any database transaction in which to be refreshed:: + # note that 'squidward.name' was just expired previously, so its value is unloaded >>> squidward.name Traceback (most recent call last): ... -- 2.47.2