From 8a89cdfc566c12ef3e731b95d59dcb67e8acc03a Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Tue, 18 Jan 2022 17:08:17 +0100 Subject: [PATCH] TT#121955 fix issue with postgresql and django 3.0 https: //code.djangoproject.com/ticket/32856#ticket https: //github.com/psycopg/psycopg2/issues/1293 Change-Id: I18db97dc7f65368906f82cb8a3f9eaaab09e2d4d --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 2b9d0a8..eaa1455 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -1,3 +1,3 @@ -r common.txt -psycopg2 django-auth-ldap +psycopg2>=2.8,<2.9