#22621: Return JSON response in default error handlers for ajax requests
-----------------------------+--------------------
     Reporter:  Elvard       |      Owner:  nobody
         Type:  New feature  |     Status:  new
    Component:  Core (URLs)  |    Version:  master
     Severity:  Normal       |   Keywords:
 Triage Stage:  Unreviewed   |  Has patch:  0
Easy pickings:  0            |      UI/UX:  0
-----------------------------+--------------------
 Default error handlers in `django.views.defaults` always return
 `text/html` content type with HTML response.

 It would be useful to check if:
  - `request.is_ajax()`
  - client accepts `application/json` content type

 and then return JSON response.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22621>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/049.09a8d8844042f37d52db277bfa40ed91%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to