Releases: jcass77/django-apscheduler
Releases · jcass77/django-apscheduler
0.3.1
0.3.0
0.2.13
Bugfix
Update get_next_run_time to handle Paused jobs
This release covers this PR: #23, thanks to @nialllo
Available on pypi: https://pypi.org/project/django_apscheduler/0.2.11/
Disable throwing error on duplicate job id
now, add_job with duplicated job id will refresh job in database instead of raising an exception.
Available on pypi
Fixed issue #20
Changeset:
- Fixed bug #20
- Changed logger from default to django_apscheduler
- Added on_error_value into ignore_database_error (to return empty array instead of None in some methods)
- Added django==1.8 test env in tox.ini
Also available on PyPi: pip install django_apscheduler==0.2.8
Fix issue #18
Fixed issue #18
Added check whether connections.connection is None
Available on Pypi: https://pypi.python.org/pypi/django_apscheduler/0.2.7
0.2.6 release
This release closes bugs described in #15
Release also available on Pypi: https://pypi.python.org/pypi/django_apscheduler/0.2.6
After updating, please run "./manage.py migrate django_apscheduler" to apply the latest database changes.