mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #33497 -- Added connection pool support for PostgreSQL.
Co-authored-by: Florian Apolloner <florian@apolloner.eu> Co-authored-by: Ran Benita <ran@unusedvar.com>
This commit is contained in:
committed by
Mariusz Felisiak
parent
bcccea3ef3
commit
fad334e1a9
@@ -1,2 +1,3 @@
|
||||
psycopg>=3.1.14; implementation_name == 'pypy'
|
||||
psycopg[binary]>=3.1.8; implementation_name != 'pypy'
|
||||
psycopg-pool>=3.2.0
|
||||
|
||||
Reference in New Issue
Block a user