derek-schaefer / django-json-field

Generic JSON model and form fields.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

vkuzma opened this issue · comments

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.

Quite right.