django-modeltranslation icon indicating copy to clipboard operation
django-modeltranslation copied to clipboard

Native JSONField not supported (Django 1.10)

Open parraman opened this issue 8 years ago • 2 comments

I get the following error when registering a native JSONField on Django 1.10:

django.core.exceptions.ImproperlyConfigured: JSONField is not supported by modeltranslation

Is there anyway to get it properly registered/configured? The version of django-modeltranslation I have currently installed is 0.12.

Thanks!

parraman avatar Dec 07 '16 16:12 parraman

the same problem. Django 1.10.4 and modeltranslation 0.12. fix this problem using MODELTRANSLATION_CUSTOM_FIELDS = ('JSONField',)

dbohomiakov avatar Dec 27 '16 15:12 dbohomiakov

Do translated Json Fields work properlly? can i trust them in production?

psychok7 avatar Jun 01 '17 18:06 psychok7