﻿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
17323	Rename request.raw_post_data to request.body	Carl Meyer	Adrian Holovaty	``request.raw_post_data`` is a bad name. It has nothing to do with ``POST`` in particular, it's just the body of the HTTP request. This confuses users, and makes it look like Django doesn't understand how HTTP works. We should change the name to ``request.body`` and start a deprecation process.	Cleanup/optimization	closed	HTTP handling	1.3	Normal	fixed		Donald Stufft	Accepted	1	0	0	0	0	0
