You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "/srv/venv/lib/python3.11/site-packages/easy_thumbnails/files.py", line 512, in get_thumbnail
self.save_thumbnail(thumbnail)
File "/srv/venv/lib/python3.11/site-packages/easy_thumbnails/files.py", line 531, in save_thumbnail
self.thumbnail_storage.save(filename, thumbnail)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/venv/lib/python3.11/site-packages/django/utils/functional.py", line 266, in inner
self._setup()
File "/srv/venv/lib/python3.11/site-packages/easy_thumbnails/storage.py", line 27, in _setup
self._wrapped = get_storage_class(
^^^^^^^^^^^^^^^^^^
File "/srv/venv/lib/python3.11/site-packages/django/core/files/storage/__init__.py", line 32, in get_storage_class
warnings.warn(GET_STORAGE_CLASS_DEPRECATED_MSG, RemovedInDjango51Warning)
django.utils.deprecation.RemovedInDjango51Warning: django.core.files.storage.get_storage_class is deprecated in favor of using django.core.files.storage.storages.
As of Django 4.2. Not urgent, but a fix would be nice so we don't have to suppress the warning.
The text was updated successfully, but these errors were encountered: