From: Federico Caselli Date: Wed, 14 Feb 2024 19:55:57 +0000 (+0100) Subject: clarify example in orm tutorial X-Git-Tag: rel_2_0_28~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df582d5221931ade607b96e74ad746a528ecb994;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git clarify example in orm tutorial Change-Id: Ib6f9a7ce0beacda43ccd6d3c7750778ed3333b38 (cherry picked from commit 1e099d1a855e492389c02559d2059d93e5a5a091) --- 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): ...