Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes: #17648 - Fix exception thrown in Job.delete() when no object_type specified #17657

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

DanSheps
Copy link
Member

@DanSheps DanSheps commented Oct 2, 2024

Fixes: #17648 - Fix exception thrown in Job.delete() when no object_type specified

  • Change Job.delete() to use get_queue_for_model
  • Fix related issue in Job.get_absolute_url()

@DanSheps DanSheps self-assigned this Oct 2, 2024
@DanSheps DanSheps linked an issue Oct 2, 2024 that may be closed by this pull request
@DanSheps DanSheps removed a link to an issue Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

When a background job is scheduled without an instance, delete() on the job model will throw exceptions
1 participant