Просмотр исходного кода

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

Ask Solem 13 лет назад
Родитель
Сommit
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