#35043: LogoutView.as_view() no longer works in 5.0
-------------------------------------------+------------------------
               Reporter:  otonoton         |          Owner:  nobody
                   Type:  Bug              |         Status:  new
              Component:  HTTP handling    |        Version:  5.0
               Severity:  Release blocker  |       Keywords:
           Triage Stage:  Unreviewed       |      Has patch:  0
    Needs documentation:  0                |    Needs tests:  0
Patch needs improvement:  0                |  Easy pickings:  0
                  UI/UX:  0                |
-------------------------------------------+------------------------
 I'm having the same issue as #35013. I have in my urls.py:
 {{{
 path('logout/', auth_views.LogoutView.as_view()),
 }}}
 but since GET support was removed for LogoutView, this no longer works. Is
 this a regression, or what is the correct way to handle this?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/35043>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018c706b0013-f262a3ce-4844-4dd0-a885-74182a308ca8-000000%40eu-central-1.amazonses.com.

Reply via email to