You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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.
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).
The text was updated successfully, but these errors were encountered: