File: NEWS

package info (click to toggle)
django-q 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,176 kB
  • sloc: python: 6,993; makefile: 171
file content (12 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
django-q (0.9.4-2) unstable; urgency=medium

  As of python3.7, async became a reserved word. This release has been patched
  accordingly. Such patch means a breakage in the API.

  - The `async` function become `async_task`;
  - All `async_` functions becomes `async_task_`;
  - The `Async` class becomes `AsyncTask`.

  Users should update their code accordingly.

 -- Pierre-Elliott Bécue <becue@crans.org>  Fri, 03 Aug 2018 18:09:01 +0200