Releases: Koed00/django-q
Releases · Koed00/django-q
v0.9.3
v0.9.2
v0.9.1
Django 2.0 Compatibility
Finally the Django 2.0 compatibility release.
v0.8.1
- 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
Dependency updates
- Django 1.9.7
- Now also tests for Django 1.10a1
- deprecated optparse for argparse
v0.7.17
v0.7.16
v0.7.15
- You can now use your own custom broker classes by setting
broker_class
https://django-q.readthedocs.org/en/latest/brokers.html#custom-broker - The polling interval for database based brokers can now be set with
poll
https://django-q.readthedocs.org/en/latest/configure.html#poll - Fixes an issue with the Rollbar config