From ce6ed4a51391727666127445c8697bbb19abba1f Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Wed, 7 Oct 2020 11:54:11 +0300 Subject: [PATCH] Upgrade django-postgres-extra for Django 3.1 compatibility --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4172529..dbe54c1 100644 --- a/setup.py +++ b/setup.py @@ -70,7 +70,7 @@ setup( python_requires=">=3.6", install_requires=[ "Django>=2.0", - "django-postgres-extra>=2.0a14,<3.0", + "django-postgres-extra>=2.0,<3.0", "deprecation==2.0.7", ], extras_require={