From e322b3d63b6ef8fc75b3b1659dc880ab6337af2f Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Tue, 19 Jun 2018 12:29:55 +0300 Subject: [PATCH] Upgrade django-postgres-extra to 1.21a11 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7136c76..08bd4d1 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( author_email='open-source@sectorlabs.ro', keywords=['django', 'localized', 'language', 'models', 'fields'], install_requires=[ - 'django-postgres-extra>=1.21a', + 'django-postgres-extra>=1.21a11', 'Django>=1.11', 'deprecation==2.0.3' ],