github rq/django-rq v4.2

4 hours ago
  • Backwards incompatible: admin permission was renamed from view to admin, since the permission allows data modification. Run ./manage.py migrate to update existing permissions. If you reference the codename directly (e.g. user.has_perm('django_rq.view'), update it to django_rq.admin Thanks @terencehonles!
  • Added support for RQ v2.11's CronScheduler. Thanks @selwin!
  • Added a cron job detail page showing the job's configuration and its past runs. Thanks @selwin!
  • Job detail and cron pages now display webhooks. Thanks @selwin!
  • Better pagination handling. Thanks @selwin!
  • Queue detail views now return a 404 for missing queues instead of raising an error. Thanks @bennylope!

Don't miss a new django-rq release

NewReleases is sending notifications on new releases.