Re: Django 1.11: JSONField loaded as string during migration's RunPython

2017-05-26 Thread hector . urbina
This was a problem generated by django-jsonfield v1.0.1 CLOSED. El jueves, 25 de mayo de 2017, 16:15:07 (UTC-3), hector...@unholster.com escribió: > > Hello, > > We are moving to Django 1.11, but we have some models with JSONField > fields, which are being used on some custom migration function

Django 1.11: JSONField loaded as string during migration's RunPython

2017-05-25 Thread hector . urbina
Hello, We are moving to Django 1.11, but we have some models with JSONField fields, which are being used on some custom migration functions (called with RunPython). We're getting the following kind of errors: _ForecastType = apps.get_model('forecast', 'forecasttype') for forecast_type i