Christian Schweiger
Results
3
comments of
Christian Schweiger
Hi. This issue still exists - is there any update regarding this error?
What I did to make it work was using `json.loads(data)` to format the submitted form data. Unfortunately django-parler is checking for `isinstance(data, dict)` (line 128, [here](https://github.com/django-parler/django-parler-rest/blob/master/parler_rest/fields.py)) which returns `false` on...