comses / miracle

Repeatable data analysis workflows for computational models
1 stars 3 forks source link

PostgresJSON field needs to be smarter #24

Closed alee closed 8 years ago

alee commented 9 years ago

loading an entity with a JSON field unicodes the JSON - saving it again turns into a data error.

Steps to reproduce:

For a given valid AnalysisOutput:

a = AnalysisOutput.objects.first()
a.save()
alee commented 8 years ago

Check on 1.9 JSON builtin to see if this is still an issue

alee commented 8 years ago

Fixed with django contrib JSONField