Danny S
Danny S
### Discussed in https://github.com/stephenmcd/mezzanine/discussions/2071 Logout links in templates should use a POST form rather than a simple link, due to changes in Django 5.0. (See discussion for links and solutions)...
Fixes #2066 My apologies that this branch contains other unrelated fixes, but some of these are required to run with the latest versions of Bleach/PIL and thus are part of...
### Is there an existing issue for this? - [X] I have searched the existing Issues ### Current Behavior The test case test_galleries.py will fail, due to this error: ```...
…sulting thumbnail needs to be saved as a PNG. For #1925
### Is there an existing issue for this? - [X] I have searched the existing Issues ### Current Behavior For accounts: usernames email addresses are matched case sensitive, which means...
#1781 fixed the previous issue where creation of thumbnails would fail for JPGs as they couldn't be converted to RGBA. However, there's still a problem if the thumbnail will be...