Skip to content

Releases: django-commons/django-tasks-scheduler

v1.2.1 🌈

09 Oct 14:33
6e2a78d
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix infinite loop on callback calling is_scheduled() #37.

Full Changelog: v1.2.0...v1.2.1

v1.2.0 🌈

08 Oct 17:19
6e7714f
Compare
Choose a tag to compare

Changes

🚀 Features

  • Rename *Job models to *Task to differentiate

Full Changelog: v1.1.0...v1.2.0

v1.1.0 🌈

29 Sep 16:21
2b62f04
Compare
Choose a tag to compare

Changes

v1.1.0 🌈

🚀 Features

  • Enable using stats view using api token

🐛 Bug Fixes

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.2 🌈

10 Sep 16:15
850f139
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • ISSUE-23 Add missing migration and check for missing migrations @rwielk (#24)

🧰 Maintenance

  • Update dependencies

New Contributors

Full Changelog: v1.0.1...v1.0.2

v1.0.1 🌈

31 Aug 20:42
3550d4f
Compare
Choose a tag to compare

Changes

  • Update dependencies
  • Remove redundant log calls