jmrivas86 / django-json-widget

An alternative widget that makes it easy to edit the new Django's field JSONField (PostgreSQL specific model fields)
MIT License
440 stars 88 forks source link

Field is required error is thrown when I try to save Invalid json which I have copy pasted. #47

Open varun1996 opened 4 years ago

varun1996 commented 4 years ago

Description

When I try to save an invalid json in this. Instead of giving error that this json is invalid It gives that this field is required. It only occurs when I copy pasted an invalid json and try to save it, otherwise it works fine