Changes between Initial Version and Version 1 of Ticket #30997
- Timestamp:
- Nov 18, 2019, 1:27:47 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30997
- Property Triage Stage Unreviewed → Accepted
- Property Summary Deprecate HttpRequest.is_ajax → Deprecate HttpRequest.is_ajax.
-
Ticket #30997 – Description
initial v1 1 As discussed on [ this django-developers thread](https://groups.google.com/d/msg/django-developers/F8F5b1kEA34/FhqCmRw9BwAJ)this should be deprecated.1 As discussed on [https://groups.google.com/d/msg/django-developers/F8F5b1kEA34/FhqCmRw9BwAJ this django-developers thread] this should be deprecated. 2 2 3 3 It inspects the non-standard header X-Requested-Wiith that is set by jQuery and maybe other frameworks. However jQuery's popularity, especially for making requests, is decreasing thanks to changes such as the new `fetch()` JS API.