diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-12-27 17:28:36 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-12-27 17:28:36 -0500 |
commit | 3ea98184dd0842f222772f13f02a373359132281 (patch) | |
tree | 6c50a16885076777627897914af02b83913c7811 /lib/sqlalchemy/orm/context.py | |
parent | 0f7ba068a91cbaa7233315d93d0d8624a6a7930f (diff) | |
download | sqlalchemy-3ea98184dd0842f222772f13f02a373359132281.tar.gz |
rename 2.0.0b5 to 2.0.0rc1
it's hoped for 2.0.0 final to be next, in early January
Change-Id: If4285f0929f4a2895f2bc93d9e8336599b973bcf
Diffstat (limited to 'lib/sqlalchemy/orm/context.py')
-rw-r--r-- | lib/sqlalchemy/orm/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sqlalchemy/orm/context.py b/lib/sqlalchemy/orm/context.py index b3478b83e..a5b73f933 100644 --- a/lib/sqlalchemy/orm/context.py +++ b/lib/sqlalchemy/orm/context.py @@ -512,7 +512,7 @@ class ORMCompileState(AbstractORMCompileState): """given MapperEntity or ORMColumnEntity, setup polymorphic loading if called for by the Mapper. - As of #8168 in 2.0.0b5, polymorphic adapters, which greatly increase + As of #8168 in 2.0.0rc1, polymorphic adapters, which greatly increase the complexity of the query creation process, are not used at all except in the quasi-legacy cases of with_polymorphic referring to an alias and/or subquery. This would apply to concrete polymorphic |