django-modeltranslation
                                
                                 django-modeltranslation copied to clipboard
                                
                                    django-modeltranslation copied to clipboard
                            
                            
                            
                        Native JSONField not supported (Django 1.10)
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!
the same problem. Django 1.10.4 and modeltranslation 0.12.
fix this problem using MODELTRANSLATION_CUSTOM_FIELDS = ('JSONField',)
Do translated Json Fields work properlly? can i trust them in production?