Releases: morlandi/django-task
Releases · morlandi/django-task
v2.0.5
- TaskCommand.run_task() now returns the ID of the created Task
v2.0.4
- TaskCommand.run_task() now returns the created Task
v2.0.2
- TaskCommand now uses "-v" / "--verbosity" command line options to set task_verbosity
v2.0.1
- optional "per task" verbosity level
- POSSIBLE INCOMPATIBLE CHANGE: verbosity levels has been shifted (set as documented in the README)
v2.0.0
- Split Task model into TaskBase + TaskRQ
- Implement TaskThreaded (experimental)
- Drop Django1 and Python2.7
- get_jobclass() overridable replaces get_jobfunc()
v1.5.1
- 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
- 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