]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
add new notes on viewonly section
authorjonathan vanasco <jonathan@2xlp.com>
Fri, 24 Sep 2021 21:48:09 +0000 (17:48 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 2 Jan 2024 14:03:27 +0000 (09:03 -0500)
commit6f08bb70c6908061636ab01c3b579812cbd9f06c
tree76217442880b163e0e26983ab4be42134e113756
parent517b8f4999ba3fc28d54e2d63ed47c37dc9876b8
add new notes on viewonly section

Updated join_conditions documentation to explain the limits of mutation
tracking on advanced relationships and illustrate potential ways to
remedy the situation.

Instead of simply writing a note, the (functional) code from the original
issue was turned into a tutorial that explains the various approaches.

Fixes: #4201
Change-Id: Id8bd163777688efd799d9b41f1c9edfce2f4dfad
doc/build/glossary.rst
doc/build/orm/join_conditions.rst
lib/sqlalchemy/orm/_orm_constructors.py