farridav / django-jazzmin

Jazzy theme for Django
https://django-jazzmin.readthedocs.io
MIT License
1.6k stars 282 forks source link

logout fixed for django 5 #542

Closed arifogluisa closed 6 months ago

arifogluisa commented 6 months ago

logout doesn't work for Django 5.0 , cause logout view has changed from get method to post method

farridav commented 6 months ago

This appears to work fine with all supported versions of Django, thanks for the contribution

farridav commented 6 months ago

This has now been merged in as part of https://github.com/farridav/django-jazzmin/pull/544