Skip to content
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

Able to dumpdata with django but not loaddata #160

Open
perrohunter opened this issue Jan 23, 2017 · 1 comment
Open

Able to dumpdata with django but not loaddata #160

perrohunter opened this issue Jan 23, 2017 · 1 comment

Comments

@perrohunter
Copy link

I'm trying to save some fixtures by performing a dumpdata, the problem is that the SerializedDictionaryFields I have are not being properly parsed back when I perform a loaddata of the file.

Error I get

django.core.serializers.base.DeserializationError: Problem installing fixture '/Users/perrohunter/django/foo/thing/fixtures/initial_data.json': No JSON object could be decoded: (thing.thing:pk=1) field_value was '{u'config.instance': u'https://blablabla.com'}'
@nemesifier
Copy link
Member

please read #161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants