123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- .. _whatsnew-3.1:
- ===========================================
- What's new in Celery 3.1 (NICKNAME)
- ===========================================
- Celery is a simple, flexible and reliable distributed system to
- process vast amounts of messages, while providing operations with
- the tools required to maintain such a system.
- It's a task queue with focus on real-time processing, while also
- supporting task scheduling.
- Celery has a large and diverse community of users and contributors,
- you should come join us :ref:`on IRC <irc-channel>`
- or :ref:`our mailing-list <mailing-list>`.
- To read more about Celery you should go read the :ref:`introduction <intro>`.
- While this version is backward compatible with previous versions
- it's important that you read the following section.
- This version is officially supported on CPython 2.6, 2.7, 3.2 and 3.3,
- as well as PyPy and Jython.
- Highlights
- ==========
- .. topic:: Overview
- - XXX1
- YYY1
- - XXX2
- - XXX3
- YYY3
- .. _`website`: http://celeryproject.org/
- .. _`django-celery changelog`:
- http://github.com/celery/django-celery/tree/master/Changelog
- .. _`django-celery 3.0`: http://pypi.python.org/pypi/django-celery/
- .. contents::
- :local:
- :depth: 2
- .. _v310-important:
- Important Notes
- ===============
- XXX
- ---
- YYY
- .. _v310-news:
- News
- ====
- XXX
- ---
- YYY
- In Other News
- -------------
- - XXX
- - XXX
- .. _v310-experimental:
- Experimental
- ============
- XXX
- ---
- YYY
- .. _v310-unscheduled-removals:
- Unscheduled Removals
- ====================
- Usually we don't make backward incompatible removals,
- but these removals should have no major effect.
- - XXX
- YYY
- .. _v310-deprecations:
- Deprecations
- ============
- See the :ref:`deprecation-timeline`.
- - XXX
- YYY
- .. _v310-fixes:
- Fixes
- =====
- - XXX
|