Skip to content

Releases: morlandi/django-task

v2.1.2

06 Mar 17:49

Choose a tag to compare

  • Resolve RQ v2.7.0 API compatibility issue

v2.1.1

02 Dec 10:12

Choose a tag to compare

  • Remove import of deprecated (and unused) module distutils

v2.1.0

09 Sep 12:41

Choose a tag to compare

  • Switch to rq>=2.6.0, django-rq>=3.1
  • tested with Django>=5.2.5
  • cleanup and upgrade codebase

v2.0.7

03 May 21:08

Choose a tag to compare

v2.0.6

17 Feb 17:32

Choose a tag to compare

  • fix duration_display()

v2.0.5

31 Dec 10:31

Choose a tag to compare

  • TaskCommand.run_task() now returns the ID of the created Task

v2.0.4

31 Dec 10:06

Choose a tag to compare

  • TaskCommand.run_task() now returns the created Task

v2.0.3

27 Dec 17:51

Choose a tag to compare

  • Prepare for Django 4.0

v2.0.2

13 Oct 14:28

Choose a tag to compare

  • TaskCommand now uses "-v" / "--verbosity" command line options to set task_verbosity

v2.0.1

13 Jun 22:06

Choose a tag to compare

  • optional "per task" verbosity level
  • POSSIBLE INCOMPATIBLE CHANGE: verbosity levels has been shifted (set as documented in the README)