Commit History

Author SHA1 Message Date
  Ask Solem b164497964 Allows CELERY_IMPORTS to be a scalar value. 13 years ago
  Ask Solem 7f241b69e4 Import cached_property from celery.utils instead of kombu.utils 13 years ago
  Ask Solem b6179c7316 Use new-style relative imports 13 years ago
  Stefan Kjartansson 51e4e677b2 Adds EMAIL_USE_TLS option. Closes #418 14 years ago
  Ask Solem c4e3fd3474 import utils now supports the package keyword for relative imports 13 years ago
  Ask Solem 32831cf1cb PEP8ify + pyflakes 14 years ago
  Ask Solem 2ec768d8c6 PEP8ify + pyflakes 14 years ago
  lookfwd 4af6942cea adding SSL email configuration (support for gmail etc.) 14 years ago
  Ask Solem 8e915e543a Cosmetics 14 years ago
  Ask Solem acc3430fe7 config_from_object(str) should simply be a module not an attribute of module 14 years ago
  Ask Solem c396539693 with_default_connection -> with default_connection 14 years ago
  Ask Solem 1dfe6d0d54 Remove 2.4 workarounds 14 years ago
  Ask Solem 7fd0af74d9 PEP8ify + pyflakes + tests passing 14 years ago
  Ask Solem f3b78866c7 config_from_object and config_from_envvar is now available in the base loader. 14 years ago
  Ask Solem 951bbd9605 Use cached_property from kombu.utils 14 years ago
  Ask Solem 02953e12d2 100% Coverage for celery.loaders.* 14 years ago
  Ask Solem cd323f5478 100% Coverage for celery.bin.celeryd, .celerybeat, .base 14 years ago
  Ask Solem 331166fa22 Use @cached_property 14 years ago
  Ask Solem 2a3976630c Make error e-mail timeout configurable by adding the EMAIL_TIMEOUT setting. Closes #248. 14 years ago
  Ask Solem 385bb85517 Sending of error e-mails was not working 14 years ago
  Ask Solem 4fbdffdfbc PEP8ify 14 years ago
  Ask Solem 0afa1efa28 Docs: Replaced all occurences of ``literal`` with `literal` 14 years ago
  sdcooke 904780e3e3 Using the loader for mail_admins so it can be overridden in the Django Loader 14 years ago
  Ask Solem 781111e11c Programs --app argument module is now imported from the current directory 14 years ago
  Ask Solem 43f49804a3 Task modules are now imported from the current directory 14 years ago
  Ask Solem bbdad03c46 BaseApp/BaseLoader: Set config keys from cmdline on the App, not in the original dict. 14 years ago
  Ask Solem ae38915aa2 cmdline config parser now supports using JSON for values. 14 years ago
  Ask Solem 56e9fea37e Remove left-over print statements 14 years ago
  Ask Solem 9e193f9517 Configuration must appear after '--': 14 years ago
  Ask Solem d43d9646ba Introducing Celery.amqp.queues: .add, .select_subset, .format 14 years ago