]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
The ``noload`` loader option is now deprecated.
authorFederico Caselli <cfederico87@gmail.com>
Fri, 24 Jan 2025 22:00:06 +0000 (23:00 +0100)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Feb 2025 19:25:11 +0000 (14:25 -0500)
commit32427ad333ce44851c8c750b0872c89cd8c104cb
treeb0d76eef009f0a9619548a714724fcc60473931c
parent1f704fb682a0759454a474901b33e0b311044253
The ``noload`` loader option is now deprecated.

Fixes: #11045
Change-Id: If77517926eda71f92cd92b2d22a69a5ee172274e
16 files changed:
doc/build/changelog/unreleased_21/11045.rst [new file with mode: 0644]
lib/sqlalchemy/orm/_orm_constructors.py
lib/sqlalchemy/orm/strategies.py
lib/sqlalchemy/orm/strategy_options.py
lib/sqlalchemy/testing/assertions.py
lib/sqlalchemy/util/langhelpers.py
test/orm/inheritance/test_assorted_poly.py
test/orm/test_ac_relationships.py
test/orm/test_default_strategies.py
test/orm/test_deprecations.py
test/orm/test_dynamic.py
test/orm/test_expire.py
test/orm/test_pickled.py
test/orm/test_relationships.py
test/orm/test_subquery_relations.py
test/orm/test_unitofwork.py