When I try to install the databases in django 1.5.4 I get this:
PicklingError: Can't pickle <class 'django.db.models.fields.subclassing.JSONField'>: attribute lookup django.db.models.fields.subclassing.JSONField failed
--EDIT
This error appears when not use south
When I try to install the databases in django 1.5.4 I get this:
PicklingError: Can't pickle <class 'django.db.models.fields.subclassing.JSONField'>: attribute lookup django.db.models.fields.subclassing.JSONField failed
--EDIT
This error appears when not use south