derek-schaefer / django-json-field

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

Json field validation? #44

Open pyrossh opened 8 years ago

pyrossh commented 8 years ago

I was thinking about adding validation to the form field using jsonschema before saving it to the database. Would this be useful because I'm doing it manually right now and the exception is logged but I would like to return the error to the user as to what happend and how to fix it?