drf-friendly-errors
drf-friendly-errors copied to clipboard
Extension for Django REST framework error display
Django 4 doesn't support ugettextlazy. Consider updating your `settings.py` file in `line 4`. Replace: `from django.utils.translation import ugettext_lazy as _` with: `form django.utils.translation import gettext_lazy as _`
Current release supports only Django 1.9 and Django REST 3.3, Although there are many new releases for the same. Is there any planned development for this amazing library to add...
It is working fine if it Serializer with the normal fields but if Serializer has nested serializer as its field then errors property throwing datatype exception
Been coming back here on and off for about 1.5 years now and I notice the project hasn't been updated for a while. Its unfortunate given that it adds some...
like ``` { "message": "Validation Failed", "errors": [ { "resource": "Issue", "field": "title", "code": "missing_field" } ] } ```
Django REST Framework recommends raising a `ValidationError` in `to_internal_value()` method of a custom field to report a validation error (see [DRF > API Guide > Fields > Raising validation errors](http://www.django-rest-framework.org/api-guide/fields/#raising-validation-errors))....
To handle custom classes with key word argument error messages, we must ovverride field_map property in serializer class. It's not the best approach. Need better and simpler
Bumps [wheel](https://github.com/pypa/wheel) from 0.24.0 to 0.38.1. Changelog Sourced from wheel's changelog. Release Notes UNRELEASED Updated vendored packaging to 22.0 0.38.4 (2022-11-09) Fixed PKG-INFO conversion in bdist_wheel mangling UTF-8 header values...