]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
update wording
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Jan 2023 20:01:40 +0000 (15:01 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 3 Jan 2023 20:01:40 +0000 (15:01 -0500)
Change-Id: I19c7d9683218d2c059aa36dd1743661e78974976

doc/build/changelog/unreleased_14/8983.rst

index bfea2ea2a52bfb7c411cae60c4cdd458504d2b2c..35f03dbb78de150eddf07b2a5d1580acd5cb068f 100644 (file)
@@ -2,9 +2,12 @@
     :tags: change, general
     :tickets: 8983
 
-    A new deprecation "uber warning" is now emitted at once at runtime, the
+    A new deprecation "uber warning" is now emitted at runtime the
     first time any SQLAlchemy 2.0 deprecation warning would normally be
     emitted, but the ``SQLALCHEMY_WARN_20`` environment variable is not set.
+    The warning emits only once at most, before setting a boolean to prevent
+    it from emitting a second time.
+
     This deprecation warning intends to notify users who may not have set an
     appropriate constraint in their requirements files to block against a
     surprise SQLAlchemy 2.0 upgrade and also alert that the SQLAlchemy 2.0