Commit History

Author SHA1 Message Date
  Ask Solem 04b0027e64 Celery now supports Django out of the box, just by setting DJANGO_SETTINGS_MODULE envvar 12 years ago
  Ask Solem 04bf28ff8a Use command-line instead of 'command line' 12 years ago
  Ask Solem ded23cadcf Merge branch '3.0' 12 years ago
  Ask Solem a20ff8a98e Fixes more eventlet/gevent/threads early patch problems, and also moves importlib+ordereddict (<Py2.7) and simplejson (Py<2.6) dependencies to Kombu 12 years ago
  Ask Solem 6cb35fce0f Don't use future_builtins, it's not available in py3k 12 years ago
  Ask Solem 43fb28f769 Use future builtins 12 years ago
  Ask Solem b194fc3935 Use str.format and print_function 12 years ago
  Ask Solem 2c4fa2890b Use except .. as exc 12 years ago
  bobbybeever 5ef7a652aa added worker shutdown event support 12 years ago
  Ask Solem 566c4da7b4 Use ' instead of " 13 years ago
  Ask Solem cc1ae88ff9 Remove copyright texts from modules 13 years ago
  Ask Solem fd3808161b Documentation is now using celery command 13 years ago
  Ask Solem 12a00a2513 Adds new option CELERY_INCLUDE as an alternative to CELERY_IMPORTS. Also Celery(include=[..]) works 13 years ago
  Ask Solem fa2d784f82 Cosmetics and stuff 13 years ago
  Ask Solem c8b639bc60 Loads of new tests 13 years ago
  Ask Solem b64fcd2fe4 Must not use utcnow if not CELERY_ENABLE_UTC :doh: Closes #636 13 years ago
  Ask Solem b3495bbb7e Cosmetics 13 years ago
  Ask Solem 7c072e4d31 Armin sez only to use one dot, and he's right 13 years ago
  Ask Solem 78d509280f Use anyjson.loads/dumps instead of serialize/deserialize 13 years ago
  Ask Solem f5f8b21926 Reorganizes utils into utils.imports, utils.text and utils.functional 13 years ago
  Ask Solem 073295fe0b Use kombu.utils.encoding instead 13 years ago
  Ask Solem 2fb14811fd Don't import celery.task (remove it from BUILTIN_MODULES) 13 years ago
  Ask Solem 8058082c36 Autoreloader fixes 13 years ago
  Ask Solem 9530098d0f Better exception and traceback handling. 13 years ago
  Seong Won Mun 012d449d19 fix UnicodeEncodeError when sending email contains unicode characters. 13 years ago
  Ask Solem c86a7df558 The current datetime now taken from loader.now 13 years ago
  Ask Solem 6b52605db6 Updates copyright years to include 2012 13 years ago
  Ask Solem 641e838dd6 Cosmetics 13 years ago
  Ask Solem 241413507b Adds loader.on_worker_process_init as a handler when child processes starts 13 years ago
  Ask Solem 27caaad22c Adds module docstrings 13 years ago