Bläddra i källkod

Adds note to Changelog

Ask Solem 13 år sedan
förälder
incheckning
10329e903c
1 ändrade filer med 10 tillägg och 0 borttagningar
  1. 10 0
      Changelog

+ 10 - 0
Changelog

@@ -39,6 +39,16 @@ Important Notes
 
     For help choosing a backend please see :ref:`task-result-backends`.
 
+    If you depend on the previous default which was the AMQP backend, then
+    you have to set this explicitly before upgrading::
+
+        CELERY_RESULT_BACKEND = "amqp"
+
+    .. note::
+
+        For django-celery users the default backend is still ``database``,
+        and results are not disabled by default.
+
 * The debian init scripts have been deprecated in favor of the generic-init.d
   init scripts.