-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: django.db.models.fields.subclassing.JSONField #35
Comments
I cannot reproduce it:
Some more details? Maybe something related with another installed app? |
I have these apps installed: 'tastypie', 'suit', 'django_evolution' and before I had the django_social_auth, i think it occurs because has a incompatibility with 'django_evolution', well i changed to south and was solved |
Any chance you have the full traceback? |
./manage.py syncdb that's all |
@ArmyZRdz, the change above fixes the incompatibility with django-evolution. |
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
The text was updated successfully, but these errors were encountered: