Upgrade django-postgres-extra to 1.4

This commit is contained in:
Swen Kooij 2017-02-28 14:59:58 +02:00
parent 97c14fd2ba
commit 97a785e9b0
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
django-postgres-extra==1.2 django-postgres-extra==1.4

View File

@ -18,7 +18,7 @@ setup(
author_email='open-source@sectorlabs.ro', author_email='open-source@sectorlabs.ro',
keywords=['django', 'localized', 'language', 'models', 'fields'], keywords=['django', 'localized', 'language', 'models', 'fields'],
install_requires=[ install_requires=[
'django-postgres-extra>=1.3' 'django-postgres-extra>=1.4'
], ],
classifiers=[ classifiers=[
'Environment :: Web Environment', 'Environment :: Web Environment',