Skip to content

Commit

Permalink
rename CeleryCacheStateBackend as CeleryImageCacheBackend
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Mar 5, 2012
1 parent 9fbdd7b commit 983bcef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagekit/imagecache/async.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 983bcef

Please sign in to comment.