|
@@ -3,11 +3,25 @@
|
|
|
==========================
|
|
|
What's new in Celery 2.5
|
|
|
==========================
|
|
|
-:release-date: 2011-02-24 04:00 P.M GMT
|
|
|
|
|
|
.. contents::
|
|
|
:local:
|
|
|
|
|
|
+After the hard work of countless contributors, four months in the making
|
|
|
+we are proud to present the 2.5 version of Celery.
|
|
|
+
|
|
|
+While this version is backward compatible with previous versions
|
|
|
+it is important that you read the following section.
|
|
|
+
|
|
|
+This version is officially supported on CPython 2.5, 2.6, 2.7, 3.2 and 3.3,
|
|
|
+as well as PyPy and Jython.
|
|
|
+
|
|
|
+If you use Celery in combination with Django you must also
|
|
|
+read the `django-celery changelog`_ and upgrade to `django-celery 2.5`_.
|
|
|
+
|
|
|
+.. _`django-celery changelog`: http://bit.ly/djcelery-25-changelog
|
|
|
+.. _`django-celery 2.5`: http://pypi.python.org/pypi/django-celery/
|
|
|
+
|
|
|
.. _v250-important:
|
|
|
|
|
|
Important Notes
|