----- * optional "per task" verbosity level * POSSIBLE INCOMPATIBLE CHANGE: verbosity levels has been shifted (set as documented in the README)
2.0.0
----- * Split Task model into TaskBase + TaskRQ * Implement TaskThreaded (experimental) * Drop Django1 and Python2.7 * cleanup
1.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
1.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 traslation for UI messages
1.4.7
----- * Added optional "created_by" parameter to TaskCommand utility
1.4.6
----- * replace namespace "django.jQuery" with more generic "jQuery" in js helpers * update example project * unit tests added to "tasks" app in example project