Skip to content

Releases: Koed00/django-q

v0.9.3

13 Mar 16:54
Compare
Choose a tag to compare
  • Adds option for acknowledging failed tasks @Balletie
  • Changes some imports to prevent namespace clashes @Eagllus
  • Updated to the latest Django versions ( 1.8.19, 1.11.11, 2.0.3) and packages for testing

v0.9.2

13 Feb 08:54
Compare
Choose a tag to compare
  • fixes some Python 2 regressions - @Eagllus

Please note that we will gradually remove support for Python 2 in 2018.
We will keep a stable compatible package around for those that need it.

v0.9.1

02 Feb 09:34
Compare
Choose a tag to compare
  • fixes admin url escaping for Django 2 - @Eagllus
  • fixes error reporter plugin entry points - @danielwelch
  • allows SQS to use generic AWS environment variables - @svdgraaf
  • updates some packages for testing

Django 2.0 Compatibility

08 Jan 14:51
Compare
Choose a tag to compare

Finally the Django 2.0 compatibility release.

v0.8.1

12 Oct 13:48
Compare
Choose a tag to compare
  • Introduces pluggable error reporters and Sentry support. Thanks to @danielwelch
  • Removes the future dependency. Thanks to @benjaoming
  • Uses 32 bit integer for repeat field. Thanks to @gchardon-hiventy
  • Replaces some relative imports for better compatibility
  • Updates supported Django to 1.11.6
  • Tested with latest Python 2.7 and 3.6 versions
  • Updated package dependencies

v0.8.0

05 Apr 14:20
Compare
Choose a tag to compare
  • Adds support for Django 1.11 and Python 3.6
  • Updates all dependencies to latest versions
  • Merges several long over due pull requests

Dependency updates

07 Jun 15:53
Compare
Choose a tag to compare
  • Django 1.9.7
  • Now also tests for Django 1.10a1
  • deprecated optparse for argparse

v0.7.17

24 Apr 13:46
Compare
Choose a tag to compare
  • Minor bugfixes and improvements. Thanks to all who contributed.
  • Updated Django and other packages for tests

v0.7.16

07 Mar 12:46
Compare
Choose a tag to compare
  • Updates compatibility to Django 1.8.11 and 1.9.4
  • Clears database connections on worker death
  • Group names for schedules now actually work
  • Schedule names in the admin can be left blank
  • Task names can now be set with the task_name argument

v0.7.15

27 Jan 12:25
Compare
Choose a tag to compare