Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devel: logout is a POST only action since Django 5.0 #518

Merged
merged 1 commit into from
Jul 29, 2024

Conversation

jelly
Copy link
Member

@jelly jelly commented Jul 22, 2024

We can no longer logout with a GET and as folks probably don't want to depend on JavaScript for logging out, add a form and style the input as an anchor to make POST'ing work.

Closes: #511

We can no longer logout with a GET and as folks probably don't want to
depend on JavaScript for logging out, add a form and style the input as
an anchor to make POST'ing work.

Closes: archlinux#511
@jelly jelly merged commit 31333d3 into archlinux:master Jul 29, 2024
1 check passed
@jelly jelly deleted the logout-issue branch July 29, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Logout no longer works
1 participant