JumboCode / OCCUR

MIT License
2 stars 0 forks source link

Backend validation #42

Closed e-hat closed 3 years ago

e-hat commented 3 years ago
  1. Added support for optional values on fields.
  2. Now creating proper error messages for custom validation failures that match the format of the serializer's validation errors.
  3. Merging the custom validation error messages with the serializer's error messages.
  4. Checking for all errors at once instead of only returning one error at a time.