Ver código fonte

Added 2.0 newsitem to homepage

Ask Solem 14 anos atrás
pai
commit
e97dbfe638
2 arquivos alterados com 16 adições e 2 exclusões
  1. 0 2
      Changelog
  2. 16 0
      docs/homepage/index.html

+ 0 - 2
Changelog

@@ -594,7 +594,6 @@ News
 1.0.6
 =====
 :release-date: 2010-06-30 09:57 A.M CEST
-:md5: 88ae6a25b0f63b79a9a654b8694a93c6
 
 * RabbitMQ 1.8.0 has extended their exchange equivalence tests to
   include ``auto_delete`` and ``durable``. This broke the AMQP backend.
@@ -612,7 +611,6 @@ News
 1.0.5
 =====
 :release-date: 2010-06-01 02:36 P.M CEST
-:md5: c93f7522c2ce98a32e1cc1a970a7dba1
 
 Critical
 --------

+ 16 - 0
docs/homepage/index.html

@@ -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>