[1 https://www.django-rest-framework.org/api-
guide/settings/#non_field_errors_key]
--
Ticket URL: <https://code.djangoproject.com/ticket/32214>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Old description:
> It would be a good addition to be able to change
> `django.core.exceptions.NON_FIELD_ERRORS` key in settings. It is being
> used when a `django.core.exceptions.ValidationError` is raised without
> specifying a key. In `Django Rest Framework` it is editable via settings
> and it would be good to have a consistent key for non field errors
> between `Django` and `Django Rest Framework` without needing to patch
> `django.core.exceptions.NON_FIELD_ERRORS`. Thank you in advance!
>
> [1 https://www.django-rest-framework.org/api-
> guide/settings/#non_field_errors_key]
New description:
It would be a good addition to be able to change
`django.core.exceptions.NON_FIELD_ERRORS` key in settings. It is being
used when a `django.core.exceptions.ValidationError` is raised without
specifying a key. In `Django Rest Framework` it is editable via settings
and it would be good to have a consistent key for non field errors between
`Django` and `Django Rest Framework` without needing to patch
`django.core.exceptions.NON_FIELD_ERRORS`. Thank you in advance!
ref: https://www.django-rest-framework.org/api-
guide/settings/#non_field_errors_key
--
--
Ticket URL: <https://code.djangoproject.com/ticket/32214#comment:1>
* status: new => closed
* resolution: => wontfix
Comment:
It seems niche and adding a new setting is always a bit controversial. You
can start a discussion on DevelopersMailingList if you don't agree. We
need to reach a strong consensus on ML before moving it forward. Please
remember to describe your use case, consistency with DRF is not a reason
for adding a new setting to Django.
--
Ticket URL: <https://code.djangoproject.com/ticket/32214#comment:2>