Skip to content

Releases: jcass77/django-apscheduler

0.3.1

13 Jul 02:12
Compare
Choose a tag to compare

Various bug fixes (see commit history for changes).

0.3.0

03 Apr 13:02
6c07445
Compare
Choose a tag to compare

#43 Added timezone support when rendering datetimes; dropped support for django1.8 (thanks @jcass77).
#58 Added model manager for deleting old job executions (thanks @jcass77).

0.2.13

01 Sep 01:32
d744200
Compare
Choose a tag to compare

#33 Fixed exception when removing failed jobs.
#35 Accounted for dt coming in as None into serialize_dt.

Bugfix

10 Jul 14:25
Compare
Choose a tag to compare

Fix of #26
Available on pypi as django-apscheduler==0.2.12

Update get_next_run_time to handle Paused jobs

05 Jun 08:04
Compare
Choose a tag to compare

Disable throwing error on duplicate job id

08 May 15:41
Compare
Choose a tag to compare

now, add_job with duplicated job id will refresh job in database instead of raising an exception.

Available on pypi

Fixed issue #20

28 Apr 14:41
Compare
Choose a tag to compare

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

14 Apr 20:59
Compare
Choose a tag to compare

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

12 Apr 08:37
Compare
Choose a tag to compare

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.

Bug fixes

01 Feb 12:04
Compare
Choose a tag to compare
Bug fixes Pre-release
Pre-release

Fixed issue #13

Added exception handling when system tables doesn't exists