コミット履歴

作者 SHA1 メッセージ 日付
  Ask Solem 395f99e296 Change all references of Carrot to Kombu 15 年 前
  Ask Solem 93a7dcfe0f Cache backend: expires must be an int, not float. Thanks to jonozzz 15 年 前
  Ask Solem c1a6670656 Implemented AsyncResult.forget for sqla/cache/redis/tyrant backends. (Forget and remove task result). Closes #184. Thanks to dottedmag 15 年 前
  Ask Solem c408d07b47 PEP8ify (using new version of pep8, 0.6.0) 15 年 前
  Ask Solem b442d34c8e Global settings removed. Still a little bit of refactoring to be done, but the tests passes now. 15 年 前
  Ask Solem 7a818601d4 Fixed some outdated documentation 15 年 前
  Ask Solem f0ddafa69a PEP8ify 15 年 前
  Ask Solem 0dbdc5de4d 94% total coverage 15 年 前
  Ask Solem 7cdc6aebb6 celery.backends.cache: Fixed typo dict(a, b) -> dict(a, **b) 15 年 前
  Ask Solem 391efc75d8 Fixed typo CELERY_CACHE_OPTIONS -> CELERY_CACHE_BACKEND_OPTIONS 15 年 前
  Ask Solem df7fd4612f celery.backends.cache: Fixed typos 15 年 前
  Ask Solem 13175ff5fc Remove invalid assert statement 15 年 前
  Ask Solem f2055fbe08 cache backend: Fallback to memcache if pylibmc not available 15 年 前
  Ask Solem f7dcff50f1 First stab at a cache backend 15 年 前
  Ask Solem 159e4415c7 Django specific modules moved to the django-celery package. 15 年 前
  Ask Solem 1e9ec0f092 Import timedelta_seconds from utils.timeutils not utils. 15 年 前
  Ask Solem 0ae5d07710 Cache backend now respects CELERY_TASK_RESULT_EXPIRES. Thanks to mulka 16 年 前
  Ask Solem 0131f243d4 Django raises InvalidCacheBackendClass not ImportError :( 16 年 前
  Ask Solem 1f9b69c9c7 Ignore ImportErrors when importing the django memcached backend. 16 年 前
  Ask Solem 5305fad910 Back at 80% coverage 16 年 前
  Ask Solem d06b47b45f CELERY_BACKEND must now include the backend class name if not an alias. 16 年 前
  Ask Solem 84eb860d99 PEP8ify: Group imports 16 年 前
  Luis Clara Gomez 34a386d0a5 This patch adds the CELERY_CACHE_BACKEND for using something other than the django-global backend. 16 年 前
  Ask Solem 5969b706ae PEP8ify 16 年 前
  Jonatan Heyman 378f038a5d Fixed DjangoUnicodeDecodeError when saving pickled data to django's memcached cache backend. 16 年 前
  Ask Solem 2f4e8fb12b PEP8ify 16 年 前
  Ask Solem 8c2c3e842b Cache/Tyrant backend now shares the same inheritage: KeyValueStoreBackend 16 年 前
  Ask Solem ced0b64ad2 Raise our pylint score to 8.24/10 16 年 前
  Ask Solem fa3c19c271 Skeleton for the ability to select different backends for different actions, 16 年 前
  Ask Solem 8043521852 Self was sent to a method (doh) in the tyrant and cache backends. 16 年 前