mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-19 22:50:24 +00:00
StrategyWrapper was unnecessarily implemented as a LazyObject and it triggered a bug in Django (issue 21840). Changing the lazy object to a function works just as well and bypasses the bug. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| backends.py | ||
| namers.py | ||
| strategies.py | ||