﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31210	Document backwards-compatible replacement for is_ajax().	Collin Anderson	Adam Johnson	"`is_ajax()` was deprecated in #30997.

I think the release/upgrading notes should mention `request.is_ajax()` can be replaced with `request.META.get('HTTP_X_REQUESTED_WITH') == 'XMLHttpRequest'` to maintain the old behavior.

https://github.com/django/django/blob/e348ab0d4382b0d7cb0cab9d1261c916c3d0ce6c/django/http/request.py#L260-L266"	Cleanup/optimization	closed	HTTP handling	dev	Normal	fixed		cmawebsite@… Collin Anderson	Accepted	1	0	0	0	1	0
