Skip to content

v1.0.0

Compare
Choose a tag to compare
@Koed00 Koed00 released this 14 Aug 11:50
· 305 commits to master since this release

Breaking Changes!

  • Supports Python 3.7 > async became a reserved keyword, replaced by async_task @P-EB
  • Deprecated Python 2
  • Supports Django 2+
  • Deprecated Django < 1.11
  • Deprecated Rollbar as a separate module > use the pluggeable error reporters from now on
  • Adds exception traceback to failed tasks @strets123
  • Frees resources when running in sync mode @abompard

This release no longer supports older Python and Django versions.
For those that want to keep using Django-Q with Python 2.7, please use release v0.9.4.

Please replace all occurrences of async with async_task when you upgrade.