]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
update rel/fk FAQ entry
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Oct 2022 16:20:22 +0000 (12:20 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 28 Oct 2022 16:20:22 +0000 (12:20 -0400)
commit654d941ce9c571de18aa09a09dc6cd90bf24734c
treefc8051bad84412b5bb8f15bc120b1a974512e4ac
parent2dc05f0c35f1b23168e65414d05ab275b0914f38
update rel/fk FAQ entry

this entry still made the assumptions of behavior before
ticket #3061, that accessing a non-initialized scalar attribute
on a pending object would populate the attribute with None.
It also used the word "initialize" when referring to a persistent
object which is a misleading term, it's "loaded", even though
in this example it's "loading" the value of None.

Fix up the language to be more consistent with the #3061 change.

Change-Id: I1abd8f1d2e9c44ebc9a29737ea270b338f104a3e
doc/build/faq/sessions.rst