Skip to content

Commit

Permalink
Merge pull request #746 from claudep/changelog12.10
Browse files Browse the repository at this point in the history
Completed the CHANGES file for version 12.10.0
JanMalte authored Oct 4, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 8ef7eb8 + c2c531f commit 16dcfc8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -2,6 +2,14 @@
Changes
=======

12.10.0
=======
* Fixed safe_filter application on various thumbnail template tags.
* Fixed slow performance with external storages like S3.
* Added support for Django 4.2.
* Drop support for Python 3.7.
* Confirmed Python 3.11 support.

12.9.0
======
* Drop support for Django 2.2 and 3.1.

1 comment on commit 16dcfc8

@AtusaFa1
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello I have a problem ModuleNotFoundError: No module named 'sorl' . I installed sorl-thumbnail in my pycharm project with pip install sorl-thumbnail and I put 'sorl.thumbnail', in my INSTALLED_APPS settings . but I have this error again ModuleNotFoundError: No module named 'sorl' . my python version is Python 3.11.5

sorl thumbnail is installed in my pip list and in my interpreter settings. Even I changed my django from 4.2.2 to 4.1.7 but it doesn't work . I saw one friend said in stack overflow install "pip install sorl-thumbnail django-haystack pysolr" and I did it but I have this error yet . I really thank you if you can help me. sorry if my English language is not well . Thank you

#python #Django #django

Please sign in to comment.