浏览代码

Merge branch 'master' of github.com:celery/celery

Ask Solem 9 年之前
父节点
当前提交
2a7e7c6805
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 0 1
      CONTRIBUTORS.txt
  2. 3 0
      celery/app/base.py

+ 0 - 1
CONTRIBUTORS.txt

@@ -199,7 +199,6 @@ Krzysztof Bujniewicz, 2015/10/21
 Sukrit Khera, 2015/10/26
 Sukrit Khera, 2015/10/26
 Dave Smith, 2015/10/27
 Dave Smith, 2015/10/27
 Dennis Brakhane, 2015/10/30
 Dennis Brakhane, 2015/10/30
-<<<<<<< HEAD
 Chris Harris, 2015/11/27
 Chris Harris, 2015/11/27
 Valentyn Klindukh, 2016/01/15
 Valentyn Klindukh, 2016/01/15
 Wayne Chang, 2016/01/15
 Wayne Chang, 2016/01/15

+ 3 - 0
celery/app/base.py

@@ -135,6 +135,9 @@ class Celery(object):
     :keyword autofinalize: If set to False a :exc:`RuntimeError`
     :keyword autofinalize: If set to False a :exc:`RuntimeError`
         will be raised if the task registry or tasks are used before
         will be raised if the task registry or tasks are used before
         the app is finalized.
         the app is finalized.
+    :keyword config_source: receives a class with class level attributes that
+        allows configurating Celery from a single object. All attributes
+        described in the documentation can be defined.
 
 
     """
     """
     #: This is deprecated, use :meth:`reduce_keys` instead
     #: This is deprecated, use :meth:`reduce_keys` instead