pivotal-energy-solutions / django-datatable-view

Server-side datatable representations for Django querysets for automatic rendering in templates
Apache License 2.0
347 stars 141 forks source link

Validate X-editable input with model field validators #238

Closed savvan0h closed 3 years ago

savvan0h commented 4 years ago

Related to #168 .

Updating a field with validators succeeds regardless of the validation results. This change checks if an input value is valid using model field validators before saving it.

rh0dium commented 3 years ago

Thanks !!