1.1.0rc1
Pre-release
Pre-release
·
178 commits
to master
since this release
Model changes (please make migrations and migrate when updating):
- Add
verbose_name,creator,repeat, andrepeat_untilfields toTaskandCompletedTask
Additional changes:
- Implement Task repetition; see https://github.com/arteria/django-background-tasks#repeating-tasks
- Add priority parameter to decorator
- Extend
TaskandCompletedTaskmanagers - The current LTS version of django (1.8.*) is now also tested with the
BACKGROUND_TASK_RUN_ASYNC = Truesetting.