django-imagekit/imagekit/cachefiles
Baptiste Mispelon 3799f3c2f4 Fixed #266 -- Simplified (and renamed) StrategyWrapper.
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.
2014-01-21 17:46:19 +01:00
..
__init__.py Merge branch 'python3' of https://github.com/vstoykov/django-imagekit into vstoykov-python3 2013-12-26 17:30:42 -08:00
backends.py Fix celery backend 2013-11-28 00:39:57 -05:00
namers.py Let's call em cachefiles 2013-02-04 19:52:38 -05:00
strategies.py Fixed #266 -- Simplified (and renamed) StrategyWrapper. 2014-01-21 17:46:19 +01:00