django-jazzmin
django-jazzmin copied to clipboard
logout button not work
log out button send data GET method but it should be send it POST method.
@tra007 Hello, I have opened a Pull Request related to the logout issue: https://github.com/farridav/django-jazzmin/pull/523
Hey @tra007, a PR was merged today (https://github.com/farridav/django-jazzmin/pull/544) to fix this issue. A new release will be needed to release this fix.
Apologies for the delay, but we've released the fix to resolve the logout issue now:
- https://github.com/farridav/django-jazzmin/releases/tag/v3.0.0
If you are still supporting an older version of Python (<3.8) or Django (<4), then we also have released a fix for this version as well:
- https://github.com/farridav/django-jazzmin/releases/tag/v2.6.2