Skip to content

Releases: morlandi/django-task

v2.0.7

03 May 21:08
Compare
Choose a tag to compare

v2.0.6

17 Feb 17:32
Compare
Choose a tag to compare
  • fix duration_display()

v2.0.5

31 Dec 10:31
Compare
Choose a tag to compare
  • TaskCommand.run_task() now returns the ID of the created Task

v2.0.4

31 Dec 10:06
Compare
Choose a tag to compare
  • TaskCommand.run_task() now returns the created Task

v2.0.3

27 Dec 17:51
Compare
Choose a tag to compare
  • Prepare for Django 4.0

v2.0.2

13 Oct 14:28
Compare
Choose a tag to compare
  • TaskCommand now uses "-v" / "--verbosity" command line options to set task_verbosity

v2.0.1

13 Jun 22:06
Compare
Choose a tag to compare
  • optional "per task" verbosity level
  • POSSIBLE INCOMPATIBLE CHANGE: verbosity levels has been shifted (set as documented in the README)

v2.0.0

26 Apr 16:31
Compare
Choose a tag to compare
  • Split Task model into TaskBase + TaskRQ
  • Implement TaskThreaded (experimental)
  • Drop Django1 and Python2.7
  • get_jobclass() overridable replaces get_jobfunc()

v1.5.1

26 Apr 15:46
Compare
Choose a tag to compare
  • Moved required imports inside Job.run() so it can be more easily replicated for any needed customization
  • Simpler queues settings
  • Revamped unit testing
  • Cleanup

v1.5.0

23 Oct 17:07
Compare
Choose a tag to compare
  • Support for updating the tasks listing dynamically in the frontend
  • Example provided for task_add_api() javascript helper
  • POSSIBLY INCOMPATIBLE CHANGE: duration and duration_display are now methods rather then properties
  • it translation for UI messages