Opened 5 years ago
Last modified 5 years ago
#32214 closed New feature
Add django.core.exceptions.NON_FIELD_ERRORS key to the settings — at Initial Version
| Reported by: | Ömer Faruk Abacı | Owned by: | nobody |
|---|---|---|---|
| Component: | Core (Other) | Version: | 3.1 |
| Severity: | Normal | Keywords: | non_field_errors, settings |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
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]