Skip to content

Releases: morlandi/django-task

v0.3.5

13 Oct 08:22
Compare
Choose a tag to compare
  • log to field fix

v0.3.4

13 Oct 08:22
Compare
Choose a tag to compare
  • log quickview + view

v0.3.3

13 Oct 08:22
Compare
Choose a tag to compare
  • Optionally log to either file or text field
  • Management commands to dump and delete all tasks

v0.3.2

13 Oct 08:22
Compare
Choose a tag to compare
  • search by task.id and task.job_id

v0.3.1

13 Oct 08:22
Compare
Choose a tag to compare
  • Keep track of task mode (sync or async)

v0.3.0

13 Oct 08:23
Compare
Choose a tag to compare
  • new class Job provided to share task-related logic among job funcs

v0.2.0

13 Oct 08:23
Compare
Choose a tag to compare
  • fixes for django 2.x

v0.1.15

13 Oct 08:24
Compare
Choose a tag to compare
  • hack for prepopulated_fields

v0.1.14

13 Oct 08:24
Compare
Choose a tag to compare
  • css fix

v0.1.13

13 Oct 08:24
Compare
Choose a tag to compare
  • minor fixes