Open
Description
I'm trying to save some fixtures by performing a dumpdata
, the problem is that the SerializedDictionaryField
s 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'}'
Metadata
Metadata
Assignees
Labels
No labels