v0.19.0
What's Changed
- Simplify query for busy projects in dequeue.py by @faebebin in #658
- Be more strict when updating jobs, set
update_fields
on each.save()
by @suricactus in #664 - Use project.jobs instead of Jobs.filter(project=project) by @faebebin in #659
- Cancel jobs on project delete by @faebebin in #660
- Bump various dependencies by @suricactus in #666
- Added managed_by and activeness in Subscription QuerySet by @suricactus in #669
- No subscriptions managed_by AnonymousUser by @faebebin in #678
- QF-2700 Run makemigrations --check right after building by @why-not-try-calmer in #675
- Less crs conversions by @m-kuhn in #677
- Increase stop grace period for worker wrapper by @m-kuhn in #635
Full Changelog: v0.18.3...v19