mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-27 10:10:23 +00:00
rename CeleryCacheStateBackend as CeleryImageCacheBackend
This commit is contained in:
parent
9fbdd7bef4
commit
983bceff62
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ def generate(model, pk, attr):
|
|||
getattr(instance, attr).generate(save=True)
|
||||
|
||||
|
||||
class CeleryCacheStateBackend(PessimisticImageCacheBackend):
|
||||
class CeleryImageCacheBackend(PessimisticImageCacheBackend):
|
||||
"""
|
||||
A pessimistic cache state backend that uses celery to generate its spec
|
||||
images. Like PessimisticCacheStateBackend, this one checks to see if the
|
||||
|
|
|
|||
Loading…
Reference in a new issue