Skip to content

Commit

Permalink
add support for Django 4.2 storages SmileyChris#626
Browse files Browse the repository at this point in the history
  • Loading branch information
6u1ll4um3B committed Mar 22, 2024
1 parent 0c99186 commit ffe05cf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions easy_thumbnails/storage.py
Expand Up @@ -36,10 +36,4 @@ def __init__(self, location=None, base_url=None, *args, **kwargs):
super().__init__(location, base_url, *args, **kwargs)


class ThumbnailDefaultStorage(LazyObject):
def _setup(self):
self._wrapped = get_storage_class(
settings.THUMBNAIL_DEFAULT_STORAGE)()


thumbnail_default_storage = get_storage()

0 comments on commit ffe05cf

Please sign in to comment.