Sibyx / django_api_forms

Declarative Django request validation for RESTful APIs
https://sibyx.github.io/django_api_forms/
MIT License
22 stars 13 forks source link

Ignore default clean method if error exists #59

Closed kisso closed 1 year ago

kisso commented 1 year ago

Ignore default clean method if error exists, to prevent key errors from required fields.