We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce7c996 commit 9a0cebeCopy full SHA for 9a0cebe
CHANGES.rst
@@ -6,6 +6,9 @@ Unreleased
6
==========
7
* ``THUMBNAIL_STORAGE`` should now be an alias in the Django ``STORAGES`` setting.
8
The old way of specifying a dotted path to a Storage module is still supported.
9
+* Fixed serialization to use storage aliases instead of backend class paths, ensuring
10
+ storage OPTIONS (like bucket names and credentials) are preserved when thumbnails are
11
+ cached and retrieved. Fixes issues with S3, Google Cloud Storage, and other cloud backends.
12
* Confirmed support for Python 3.13 (on Django 5.1+).
13
* Drop support for Python 3.8.
14
* Add support for Django 5.2
0 commit comments