]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Remove the deprecated loader options
authorFederico Caselli <cfederico87@gmail.com>
Tue, 3 Mar 2020 21:32:19 +0000 (22:32 +0100)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 3 Mar 2020 21:33:49 +0000 (21:33 +0000)
commit41001d5358549f89b7a4843b3421742b7e3adf3e
treec78429416405a59f8a1ccc6a534e0030b2177d91
parent4c81d99bab0e884473abfcb573772aa5d94264c7
Remove the deprecated loader options

Remove the deprecated loader options ``joinedload_all``, ``subqueryload_all``,
``lazyload_all``, ``selectinload_all``. The normal version with method chaining
should be used in their place.

Fixes: #4642
Change-Id: I12eb4dfa7a86375911a570934ee662653d85d50a
doc/build/changelog/unreleased_14/4642.rst [new file with mode: 0644]
doc/build/orm/loading_relationships.rst
examples/adjacency_list/adjacency_list.py
lib/sqlalchemy/orm/__init__.py
lib/sqlalchemy/orm/strategy_options.py
test/orm/test_deprecations.py