Skip to content

Releases: morlandi/django-task

v1.2.3

13 Oct 08:19
Compare
Choose a tag to compare
  • TaskAdmin: postpone autorun to response_add() to have M2M task parameters (if any) ready
  • Task.clone() supports M2M parameters

v1.2.2

13 Oct 08:19
Compare
Choose a tag to compare
  • property to change verbosity dinamically

v1.2.1

13 Oct 08:19
Compare
Choose a tag to compare
  • util revoke_pending_tasks() added

v1.2.0

13 Oct 08:20
Compare
Choose a tag to compare
  • DJANGOTASK_JOB_TRACE_ENABLED setting added to enable low level tracing in Job.run()
  • Added missing import in utils.py

v1.1.3

13 Oct 08:20
Compare
Choose a tag to compare
  • cleanup: remove get_child() method being Task an abstract class
  • fix: skip Task model (being abstract) in dump_all_tasks and delete_all_tasks management commands
  • generic get_model_from_id() helper
  • Job.on_complete() callback

v1.1.2

13 Oct 08:20
Compare
Choose a tag to compare
  • provide list of pending and completed task status

v1.1.0

13 Oct 08:21
Compare
Choose a tag to compare
  • INCOMPATIBLE CHANGE: Make model Task abstract for better listing performances
  • redundant migrations removed
  • convert request.body to string for Python3
  • pretty print task params in log when task completes

v0.3.8

13 Oct 08:21
Compare
Choose a tag to compare
  • return verbose name as description

v0.3.7

13 Oct 08:21
Compare
Choose a tag to compare
  • description added to Task model

v0.3.6

13 Oct 08:22
Compare
Choose a tag to compare
  • More fixes