bhch / django-jsonform

A better, user-friendly JSON editing form field for Django admin. Also supports Postgres ArrayField.
https://django-jsonform.rtfd.io
BSD 3-Clause "New" or "Revised" License
307 stars 31 forks source link

Cooperation with other repository `django-pydantic-field` for model schema validation #163

Open sshishov opened 3 months ago

sshishov commented 3 months ago

Hi dear maintainer. I am writing to you about possible cooperation with another repository: https://github.com/surenkov/django-pydantic-field.

This repository add the database field which can validate the data before the model is saved using pydantic. I know it is not raw JSON schema but anyways...

Nowadays a lot of people using pydantic and providing at least the HOWTO use your widget and forms with additional model validation would be useful (model validation helps when you are working in the shell, fixing something).

abe-101 commented 1 month ago

+1