File tree Expand file tree Collapse file tree 4 files changed +18
-3
lines changed
Expand file tree Collapse file tree 4 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 22 Change history
33================
44
5+ 1.0.6 [2010-06-30 09:57 A.M CEST]
6+ =================================
7+
8+ * RabbitMQ 1.8.0 has extended their exchange equivalence tests to
9+ include ``auto_delete`` and ``durable``. This broke the AMQP backend.
10+
11+ If you've already used the AMQP backend this means you have to
12+ delete the previous definitions::
13+
14+ $ PYTHONPATH=. camqadm exchange.delete celeryresults
15+
16+ or::
17+
18+ $ python manage.py camqadm exchange.delete celeryresults
19+
5201.0.5 [2010-06-01 02:36 P.M CEST]
621=================================
722
Original file line number Diff line number Diff line change 44
55.. image :: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
66
7- :Version: 1.0.5
7+ :Version: 1.0.6
88:Web: http://celeryproject.org/
99:Download: http://pypi.python.org/pypi/celery/
1010:Source: http://github.com/ask/celery/
Original file line number Diff line number Diff line change 11"""Distributed Task Queue"""
22
3- VERSION = (1 , 0 , 5 )
3+ VERSION = (1 , 0 , 6 )
44
55__version__ = "." .join (map (str , VERSION [0 :3 ])) + "" .join (VERSION [3 :])
66__author__ = "Ask Solem"
Original file line number Diff line number Diff line change 11.. image:: http://cloud.github.com/downloads/ask/celery/celery_favicon_128.png
22
3- :Version: 1.0.5
3+ :Version: 1.0.6
44:Web: http://celeryproject.org/
55:Download: http://pypi.python.org/pypi/celery/
66:Source: http://github.com/ask/celery/
You can’t perform that action at this time.
0 commit comments