Make sure values are strings before saving LocalizedIntegerValue

This commit is contained in:
Swen Kooij
2018-06-15 16:19:32 +03:00
parent bca94a3508
commit fb233e8f25
3 changed files with 21 additions and 4 deletions

View File

@@ -18,8 +18,9 @@ setup(
author_email='open-source@sectorlabs.ro',
keywords=['django', 'localized', 'language', 'models', 'fields'],
install_requires=[
'django-postgres-extra>=1.11',
'Django>=1.11'
'django-postgres-extra>=1.21a',
'Django>=1.11',
'deprecation==2.0.3'
],
classifiers=[
'Environment :: Web Environment',