|
@@ -133,6 +133,22 @@ pageTracker._trackPageview();
|
|
|
|
|
|
<div class="column">
|
|
|
|
|
|
+ <span class="newsitem">
|
|
|
+ <h2>Celery 2.0 released!</h2>
|
|
|
+ <h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-07-02.</h4>
|
|
|
+ <p>We're proud to announce the release of Celery 2.0. This version replaces
|
|
|
+ the Django ORM with SQLAlchemy as the database result store. With this, Celery no
|
|
|
+ longer depends on Django. Django integration is now available as a separate package
|
|
|
+ called <a href="http://pypi.python.org/pypi/django-celery">django-celery</a>.
|
|
|
+ </p>
|
|
|
+
|
|
|
+ <p>In addition there are a lot of new features: a curses monitor, time
|
|
|
+ limits, complex crontab expressions, callbacks, simplified routing,
|
|
|
+ and more. Everything is detailed in the <a
|
|
|
+ href="http://celeryq.org/docs/changelog.html#id1">changelog</a>,
|
|
|
+ so be sure to read it before upgrading.</p>
|
|
|
+ </span>
|
|
|
+
|
|
|
<span class="newsitem">
|
|
|
<h2>Celery 1.0.6 released!</h2>
|
|
|
<h4>By <a href="http://twitter.com/asksol">@asksol</a> on 2010-06-30.</h4>
|