Releases: morlandi/django-task
Releases · morlandi/django-task
v1.2.3
- TaskAdmin: postpone autorun to response_add() to have M2M task parameters (if any) ready
- Task.clone() supports M2M parameters
v1.2.2
- property to change verbosity dinamically
v1.2.1
- util revoke_pending_tasks() added
v1.2.0
- DJANGOTASK_JOB_TRACE_ENABLED setting added to enable low level tracing in Job.run()
- Added missing import in utils.py
v1.1.3
- 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
- provide list of pending and completed task status
v1.1.0
- 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
- return verbose name as description
v0.3.7
- description added to Task model