File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 55.. contents::
66 :local:
77
8- .. _version-2.6 .0:
8+ .. _version-3.0 .0:
99
10- 2.6 .0
10+ 3.0 .0
1111=====
1212:release-date: TBA
1313:by: Ask Solem
1717Important Notes
1818---------------
1919
20- - Now depends on Celery 2.6
20+ - Now depends on Celery 3.0
2121
22- It's important that you read the What's New document for the 2.6 series:
23- http://docs.celeryproject.org/en/latest/whatsnew-2.6 .html
22+ It is important that you read the What's New document for the 3.0 series:
23+ http://docs.celeryproject.org/en/latest/whatsnew-3.0 .html
2424
2525- No longer depends on :mod:`django-picklefield`
2626
2727 And as such the result backend will no longer deepcopy return
2828 values or exceptions.
2929
30- - Celery 2.6 is the last release to require django-celery
30+ - Celery 3.0 is the last release to require django-celery
3131
32- Starting with Celery 2.7 the django-celery package will no longer be
32+ Starting with Celery 3.1 the django-celery package will no longer be
3333 required and Celery will support Django out of the box.
3434
3535 The django-celery package may still exist for some time to provide
3636 additional utilities like the django-admin monitor.
3737
38- - django-celery 2.6 is the last series to support Python 2.5.
38+ - django-celery 3.0 is the last series to support Python 2.5.
3939
4040 Celery will no longer support Python 2.5 starting with version 2.7.
4141
Original file line number Diff line number Diff line change 44
55.. image :: http://cloud.github.com/downloads/ask/celery/celery_128.png
66
7- :Version: 2.6 .0rc5
7+ :Version: 3.0 .0rc5
88:Web: http://celeryproject.org/
99:Download: http://pypi.python.org/pypi/django-celery/
1010:Source: http://github.com/celery/django-celery/
Original file line number Diff line number Diff line change 55
66import os
77
8- VERSION = (2 , 6 , 0 , "rc5" )
8+ VERSION = (3 , 0 , 0 , "rc5" )
99__version__ = "." .join (map (str , VERSION [0 :3 ])) + "" .join (VERSION [3 :])
1010__author__ = "Ask Solem"
1111__contact__ = "ask@celeryproject.org"
Original file line number Diff line number Diff line change 44
55.. image :: http://cloud.github.com/downloads/ask/celery/celery_128.png
66
7- :Version: 2.6 .0rc5
7+ :Version: 3.0 .0rc5
88:Web: http://celeryproject.org/
99:Download: http://pypi.python.org/pypi/django-celery/
1010:Source: http://github.com/celery/django-celery/
You can’t perform that action at this time.
0 commit comments