Changes between Initial Version and Version 1 of Ticket #32214


Ignore:
Timestamp:
Nov 20, 2020, 7:43:32 AM (4 years ago)
Author:
Ömer Faruk Abacı
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32214 – Description

    initial v1  
    11It 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!
    22
    3 [1 https://www.django-rest-framework.org/api-guide/settings/#non_field_errors_key]
     3ref: https://www.django-rest-framework.org/api-guide/settings/#non_field_errors_key
Back to Top