Skip to content

Releases: nikmolnar/django-task-api

Version 1.4.1

07 Mar 23:38
Compare
Choose a tag to compare

Changes

  • Fixed Django version specification

Version 1.4.0

07 Mar 21:38
Compare
Choose a tag to compare

Changes

  • Added support for Django 4
  • Dropped support for Python 3.6 and 3.7
  • Dropped support for Django versions less than 3.2, except the 2.2 LTS releases

Version 1.3.1

04 Oct 15:41
Compare
Choose a tag to compare

This is only to test the publish workflow configuration. There are no changes in this release.

Version 1.3.0

04 Oct 15:30
Compare
Choose a tag to compare

Bug fixes

  • Replace the deprecated Celery decorator, @task with @shared_task (#20, #21)

1.2.5

22 Jun 01:49
Compare
Choose a tag to compare
Version 1.2.5

1.1.0

17 Aug 20:07
Compare
Choose a tag to compare
  • Change setting BACKGROUND_TASKS -> TASK_API_BACKGROUND_TASKS for consistency

1.0.3

17 Aug 19:37
Compare
Choose a tag to compare
  • Fix JavaScript build

1.0.2

17 Aug 19:36
Compare
Choose a tag to compare

Initial release