From 9f790ef1a0f356cf6342b5d57bbaeac35aed0d9f Mon Sep 17 00:00:00 2001 From: Raoni Timo Date: Thu, 30 Apr 2026 10:57:27 -0300 Subject: Fixed #37075 -- Allowed overriding the PostgreSQL pool's "check" callable. 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. --- AUTHORS | 1 + 1 file changed, 1 insertion(+) (limited to 'AUTHORS') 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 Ram Rachum Randy Barlow + Raoni Timo Raphaël Barrois Raphael Michel Raúl Cumplido -- cgit v1.3