Cooperation with other repository `django-pydantic-field` for model schema validation
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).
+1
Hi @sshishov.
Sorry for getting back to you so late.
I've never used Pydantic. So you'll have to give me some examples, use-cases etc so I know how django-jsonform can be used with django-pydantic-field and what I can do to make the integration easier.
Thank you.