Update converter.py

This commit is contained in:
Momotv45 2016-10-06 20:48:57 +01:00 committed by GitHub
parent a58d154481
commit 0bf2e29b5f

View File

@ -60,7 +60,7 @@ try:
from phonenumber_field.formfields import PhoneNumberField
@convert_django_field.register(models.PhoneNumberField)
except:
print("Couldn't find phonenumber field")
print("Couldn't find phonenumber field")
@convert_django_field.register(models.DurationField)
@convert_django_field.register(models.CharField)
@convert_django_field.register(models.TextField)