浏览代码

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

Ask Solem 13 年之前
父节点
当前提交
6a49cdad6a
共有 4 个文件被更改,包括 8 次插入1 次删除
  1. 1 0
      CONTRIBUTORS.txt
  2. 3 0
      README.rst
  3. 1 1
      docs/getting-started/first-steps-with-celery.rst
  4. 3 0
      docs/includes/introduction.txt

+ 1 - 0
CONTRIBUTORS.txt

@@ -49,3 +49,4 @@ Harm Verhagen, 2012/06/07
 Wes Winham, 2012/06/07
 Wes Winham, 2012/06/07
 David Cramer, 2012/06/07
 David Cramer, 2012/06/07
 Steeve Morin, 2012/06/07
 Steeve Morin, 2012/06/07
+Mher Movsisyan, 2012/06/08

+ 3 - 0
README.rst

@@ -214,6 +214,9 @@ Features
     | Error Emails    | Can be configured to send emails to the            |
     | Error Emails    | Can be configured to send emails to the            |
     |                 | administrators when tasks fails.                   |
     |                 | administrators when tasks fails.                   |
     +-----------------+----------------------------------------------------+
     +-----------------+----------------------------------------------------+
+    | Message signing | Supports message signing. Messages are signed      |
+    |                 | using public-key cryptography.                     |
+    +-----------------+----------------------------------------------------+
 
 
 
 
 .. _`clustering`: http://www.rabbitmq.com/clustering.html
 .. _`clustering`: http://www.rabbitmq.com/clustering.html

+ 1 - 1
docs/getting-started/first-steps-with-celery.rst

@@ -285,7 +285,7 @@ you can also imagine your sysadmin making simple changes to the configuration
 in the event of system trobule.
 in the event of system trobule.
 
 
 You can tell your Celery instance to use a configuration module,
 You can tell your Celery instance to use a configuration module,
-by calling the :meth:`~@Celery.config_from_obj` method:
+by calling the :meth:`~@Celery.config_from_object` method:
 
 
 .. code-block:: python
 .. code-block:: python
 
 

+ 3 - 0
docs/includes/introduction.txt

@@ -209,6 +209,9 @@ Features
     | Error Emails    | Can be configured to send emails to the            |
     | Error Emails    | Can be configured to send emails to the            |
     |                 | administrators when tasks fails.                   |
     |                 | administrators when tasks fails.                   |
     +-----------------+----------------------------------------------------+
     +-----------------+----------------------------------------------------+
+    | Message signing | Supports message signing. Messages are signed      |
+    |                 | using public-key cryptography.                     |
+    +-----------------+----------------------------------------------------+
 
 
 
 
 .. _`clustering`: http://www.rabbitmq.com/clustering.html
 .. _`clustering`: http://www.rabbitmq.com/clustering.html