django-leaflet-storage
django-leaflet-storage copied to clipboard
fix bug: admin throws json exception when we edit the map
trafficstars
It will throw an Json.loads exception when we are editing the map with the admin. I think it's because of the to_python function , so I'd like to convert the value to string with json.dumps and keep it same as django.
The aim to add "ensure_ascii=False" is to save original value to database.