]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
warnings: cascade_backrefs
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 28 Oct 2021 21:10:15 +0000 (17:10 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 29 Oct 2021 00:04:43 +0000 (20:04 -0400)
commitd127f4936acb28dc00efd84678336a2be935a312
treea088903be9ec02b4d6d8897796e04974d4b2a5b3
parent7a24a9a9cd294ef6da4a95207b45afefcfc79321
warnings: cascade_backrefs

this one is a little different in that the thing changing
is the detection of a behavior, not an explicit API.

Change-Id: Id142943a2b901b39fe9053d0120c1e820dc1a6d0
15 files changed:
doc/build/orm/tutorial.rst
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/testing/warnings.py
test/ext/test_associationproxy.py
test/orm/test_backref_mutations.py
test/orm/test_cascade.py
test/orm/test_deprecations.py
test/orm/test_expire.py
test/orm/test_lazy_relations.py
test/orm/test_load_on_fks.py
test/orm/test_mapper.py
test/orm/test_merge.py
test/orm/test_naturalpks.py
test/orm/test_session.py
test/orm/test_versioning.py