You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'}'
The text was updated successfully, but these errors were encountered:
I'm trying to save some fixtures by performing a
dumpdata
, the problem is that theSerializedDictionaryField
s I have are not being properly parsed back when I perform aloaddata
of the file.Error I get
The text was updated successfully, but these errors were encountered: