Skip to content

Django 4.2 support#1

Open
ZTThomasOberthanner wants to merge 5 commits intostefanwitchell1990:masterfrom
ZTThomasOberthanner:master
Open

Django 4.2 support#1
ZTThomasOberthanner wants to merge 5 commits intostefanwitchell1990:masterfrom
ZTThomasOberthanner:master

Conversation

@ZTThomasOberthanner
Copy link

Description

As Django 4.0 is EOL, support for Django 4.2 was added.

  • Starting with Django 4.1 USER LOGOUT is now using POST requests. So every admin response object has now typically two forms: one for the logout and a second one containing the actual form. response.form is now ambiguous, so changed that to response.forms['id_of_the_form']

Checklist

  • Code builds clean without any errors or warnings
  • Documentation has been updated
  • Changes have been added to the CHANGELOG.md
  • You added yourself to the CONTRIBUTORS.md

@rajexp
Copy link

rajexp commented Sep 9, 2025

Please get this merged.

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.

2 participants