﻿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
35150	Logout no longer supports GET method	Clutch_Reboot	nobody	"Problem: Following documentation, I tried using the LogoutView to logout like I have in the past. Now that I'm using 5.0, it looks like things have changed. It does not allow GET method calls.

Either we need to allow GET calls again or tutorial documentation needs updated.

Documentation Code:
{{{
{% if user.is_authenticated %}
  Hi {{ user.username }}!
  <p><a href=""{% url 'logout' %}"" >Log Out</a></p>
{% else %}
  <p>You are not logged in</p>
  <a href=""{% url 'login' %}"">Log In</a>
{% endif %}
}}}


Code in question:
https://github.com/django/django/blob/2005530920e7c290bb1cf7d9ada155250faa81ad/django/contrib/auth/views.py#L129"	Bug	closed	HTTP handling	5.0	Normal	invalid	LogoutView GET	Clutch_Reboot	Unreviewed	0	0	0	0	0	0
