Changelog 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. .. _changelog:
  2. ================
  3. Change history
  4. ================
  5. This document contains change notes for bugfix releases in the 3.1.x series
  6. (Cipater), please see :ref:`whatsnew-3.1` for an overview of what's
  7. new in Celery 3.1.
  8. .. _version-3.1.1:
  9. 3.1.1
  10. =====
  11. :release-date: 2013-11-11 06:30 P.M UTC
  12. - Now depends on :mod:`billiard` 3.3.0.4.
  13. - Python 3: Fixed compatibility issues.
  14. - Windows: Accidentally showed warning that the billiard C extension
  15. was not installed (Issue #1630).
  16. - Django: Tutorial updated with a solution that sets a default
  17. :envvar:`DJANGO_SETTINGS_MODULE` so that it doesn't have to be typed
  18. in with the :program:`celery` command.
  19. Also fixed typos in the tutorial, and added the settings
  20. required to use the Django database backend.
  21. Thanks to Chris Ward, orarbel.
  22. - Django: Fixed a problem when using the Django settings in Django 1.6.
  23. - Django: Fixup should not be applied if the django loader is active.
  24. - Worker: Fixed attribute error for ``human_write_stats`` when using the
  25. compatibility prefork pool implementation.
  26. - Worker: Fixed compatibility with billiard without C extension.
  27. - Inspect.conf: Now supports a ``with_defaults`` argument.
  28. - Group.restore: The backend argument was not respected.
  29. .. _version-3.1.0:
  30. 3.1.0
  31. =======
  32. :release-date: 2013-11-09 11:00 P.M UTC
  33. See :ref:`whatsnew-3.1`.