Merge branch 'stable'

This commit is contained in:
David Lord 2026-04-08 21:04:03 -07:00
commit 2ac89889f4
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926

View file

@ -79,7 +79,7 @@ The following configuration values are used internally by Flask:
.. py:data:: TESTING .. py:data:: TESTING
Enable testing mode. Exceptions are propagated rather than handled by the Enable testing mode. Exceptions are propagated rather than handled by
the app's error handlers. Extensions may also change their behavior to the app's error handlers. Extensions may also change their behavior to
facilitate easier testing. You should enable this in your own tests. facilitate easier testing. You should enable this in your own tests.