- Backwards incompatible: admin permission was renamed from
viewtoadmin, since the permission allows data modification. Run./manage.py migrateto update existing permissions. If you reference the codename directly (e.g.user.has_perm('django_rq.view'), update it todjango_rq.adminThanks @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!