=====
:release-date: TDB
- Now compatible with Django 1.10
- Dropped compatibility with Django 1.7 and earlier.
For older Django versions use ``django-celery`` 3.1.x
- Prevented redundant migrations when using Python 3.
Fixes contributed by Ivan Larin and Vytis Banaitis.
- Fixed task cleanup when TaskState has related models.
Fix contributed by georgewhewell.
- Fixed Django 1.10 compatibility issue in scheduler
Fix contributed by Mathieu Fenniak.
- Fixed Django 1.10 compatibility issue in management commands
Fix contributed by Stranger6667, yjmade and Vytis Banaitis.
- Fixed cache backend compatibility issue with Django 1.9
Fix contributed by Vytis Banaitis, with initial patch by Brandon Craft.
- Fixed missing app label in Django admin.
Fix contributed by Rockallite Wulf.
- Fix timezone handling in Camera and admin.
Fix contributed by Vytis Banaitis.
- Added friendly API for dynamically creating/updating/deleting tasks
Fix contributed by Lev Berman
- Fixed some django 2.0 deprecations.
Fix contributed by Éloi Rivard
- Resolved some deprecation warnings in the test suite.
Fix contributed by Vytis Banaitis.
- PeriodicTask admin list view changes:
- ``task``, ``args``, ``kwargs`` fields added to ``list_display``.
- Added ability to search tasks by ``name`` and ``task``.
- Tasks now ordered by ``('-enabled', 'name')``.
- Added enable/disable actions.
Contributed by Armenak Baburyan.
.. _version-3.1.17: