Browse Source

Adds note to Changelog

Ask Solem 13 năm trước cách đây
mục cha
commit
10329e903c
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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.