mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-12-14 07:42:24 +03:00
Make sure values are strings before saving LocalizedIntegerValue
This commit is contained in:
5
setup.py
5
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user