derek-schaefer / django-json-field

Generic JSON model and form fields.
BSD 3-Clause "New" or "Revised" License
122 stars 86 forks source link

A nicer error message could be displayed in the case of a wrong value in the admin. #26

Closed vkuzma closed 11 years ago

vkuzma commented 11 years ago

Currently it shows something like this: <django.utils.functional.proxy object at 0x1072622d0> (Caught "No JSON object could be decoded")

Could be a nicer message i think.

derek-schaefer commented 11 years ago

Quite right.