|
@@ -4,7 +4,7 @@
|
|
|
|
|
|
.. image:: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
|
|
|
|
|
|
-:Version: 2.2.0a7
|
|
|
+:Version: 2.2.0b1
|
|
|
:Web: http://celeryproject.org/
|
|
|
:Download: http://pypi.python.org/pypi/celery/
|
|
|
:Source: http://github.com/ask/celery/
|
|
@@ -74,7 +74,7 @@ You probably want to see some code by now, so here's an example task
|
|
|
adding two numbers:
|
|
|
::
|
|
|
|
|
|
- from celery.decorators import task
|
|
|
+ from celery.task import task
|
|
|
|
|
|
@task
|
|
|
def add(x, y):
|