浏览代码

Document Celery 4.0 support Django 1.8+

Berker Peksag 8 年之前
父节点
当前提交
be83a0370b
共有 2 个文件被更改,包括 11 次插入1 次删除
  1. 6 1
      docs/django/first-steps-with-django.rst
  2. 5 0
      docs/whatsnew-4.0.rst

+ 6 - 1
docs/django/first-steps-with-django.rst

@@ -17,6 +17,11 @@ Using Celery with Django
     first and come back to this tutorial. When you have a working example you can
     first and come back to this tutorial. When you have a working example you can
     continue to the :ref:`next-steps` guide.
     continue to the :ref:`next-steps` guide.
 
 
+.. note::
+
+    Celery 4.0 supports Django 1.8 and newer versions. Please use Celery 3.1
+    for versions older than Django 1.8.
+
 To use Celery with your Django project you must first define
 To use Celery with your Django project you must first define
 an instance of the Celery library (called an "app")
 an instance of the Celery library (called an "app")
 
 
@@ -135,7 +140,7 @@ concrete app instance:
 .. seealso::
 .. seealso::
 
 
     You can find the full source code for the Django example project at:
     You can find the full source code for the Django example project at:
-    https://github.com/celery/celery/tree/3.1/examples/django/
+    https://github.com/celery/celery/tree/master/examples/django/
 
 
 .. admonition:: Relative Imports
 .. admonition:: Relative Imports
 
 

+ 5 - 0
docs/whatsnew-4.0.rst

@@ -124,6 +124,11 @@ concepts there's no alternative for in older versions.
 Celery 4.x will continue to work on Python 2.7, 3.4, 3.5; just as Celery 3.x
 Celery 4.x will continue to work on Python 2.7, 3.4, 3.5; just as Celery 3.x
 still works on Python 2.6.
 still works on Python 2.6.
 
 
+Django support
+--------------
+
+Celery now supports Django 1.8 and newer versions.
+
 Removed features
 Removed features
 ----------------
 ----------------