Fix detection of custom task set as class attribute with Django#9038
Merged
auvipy merged 4 commits intocelery:mainfrom May 27, 2024
Merged
Conversation
c63fa78 to
c6b243d
Compare
3 tasks
33fbc16 to
96ca534
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #9038 +/- ##
=======================================
Coverage 77.80% 77.80%
=======================================
Files 150 150
Lines 18682 18682
Branches 3194 3194
=======================================
Hits 14536 14536
Misses 3854 3854
Partials 292 292
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
maciej-gol
reviewed
May 22, 2024
96ca534 to
0d8936d
Compare
Member
|
Brian, do you intend to do more changes here? |
Contributor
Author
|
Assuming you meant Bruno (me) 😁, no I don't intend to add any more changes. Should be good to go from my perspective. |
Member
|
Sorry sorry! less attention to detail problem! :D |
auvipy
approved these changes
May 27, 2024
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: Before submitting this pull request, please review our contributing
guidelines.
Description
Fix for feature added in
As reported in a comment on the pull request
, this feature breaks in case the user customised their task via a class attribute, and have Django installed:
DjangoTask