Re: Bug during logout

From: "Jonathan Gonzalez V(dot)" <jonathan(at)abdiel(dot)eu>
To: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Cc: pgsql-www(at)postgresql(dot)org
Subject: Re: Bug during logout
Date: 2026-08-11 07:50:30
Message-ID: 87fr0lrt89.fsf@abdiel.eu
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-www

Hi!

Álvaro Herrera <alvherre(at)kurilemu(dot)de> writes:
> Hi,
>
> On 2026-Aug-10, Jonathan Gonzalez V. wrote:
>
>> Django deprecated the GET method for the logout in 4.1[0] so mostly
>> probably this was a leftover of a migration.
>
> Ah yeah, they removed support for GET logouts in Django 5.0 apparently:
>
> Support for logging out via GET requests in the
> django.contrib.auth.views.LogoutView and
> django.contrib.auth.views.logout_then_login() is removed.
> https://docs.djangoproject.com/en/dev/releases/5.0/

Ho! with that in mind I tracked the issue to this commit
https://git.postgresql.org/gitweb/?p=pgweb.git;a=commitdiff;h=f09775acb2b3edac131e1de7863108c517262a86
so it has been there for not so long, good thing, looks like people
doesn't like to logout of postgresql.org :D

Regards
--
Jonathan Gonzalez V.
EDB https://www.enterprisedb.com

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Magnus Hagander 2026-08-11 08:14:48 Re: Bug during logout
Previous Message Álvaro Herrera 2026-08-11 06:50:00 Re: Bug during logout