﻿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
28513	django 1.11 doesn't support POST for logout view	Paulo	nobody	"Hello,

On Django versions < 1.11, the logout view allowed us to use a POST request.

Because no ''post'' method is defined on the new ''LogoutView'' introduced in https://github.com/django/django/commit/78963495d0caadb77eb97ccf319ef0ba3b204fb5, a POST request will raise 405 Method not allowed error. I don't think POST was officially supported (don't see it in the docs) but there's code in the view that checks for the redirect field in the POST data. "	Uncategorized	new	Uncategorized	1.11	Normal				Unreviewed	0	0	0	0	0	0
