summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorRaoni Timo <raoni@relume.io>2026-04-30 10:57:27 -0300
committerJacob Walls <jacobtylerwalls@gmail.com>2026-04-30 19:52:11 -0400
commit9f790ef1a0f356cf6342b5d57bbaeac35aed0d9f (patch)
tree1e14aebd1bce0831ca9353be104a219d430f71fd /AUTHORS
parent8726605e2d48fd733ae224344a11cc2163012f2d (diff)
Fixed #37075 -- Allowed overriding the PostgreSQL pool's "check" callable.HEADmain
Setting "check" in OPTIONS["pool"] previously raised TypeError because the PostgreSQL backend always passed check= to ConnectionPool() and unpacked **pool_options on top, regardless of CONN_HEALTH_CHECKS. The user's callable now takes precedence via setdefault(); pool_options is copied first to avoid mutating the user's settings dict.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 07c87068a9..8182862607 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -891,6 +891,7 @@ answer newbie questions, and generally made Django that much better:
Ramon Saraiva <ramonsaraiva@gmail.com>
Ram Rachum <ram@rachum.com>
Randy Barlow <randy@electronsweatshop.com>
+ Raoni Timo <raoni@relume.io>
Raphaël Barrois <raphael.barrois@m4x.org>
Raphael Michel <mail@raphaelmichel.de>
Raúl Cumplido <raulcumplido@gmail.com>