Skip to content

fix: slight spelling discrepancy in exception about not supporting - #252

Merged
RealOrangeOne merged 1 commit into
RealOrangeOne:masterfrom
JiwaniZakir:fix/issue-249
Mar 17, 2026
Merged

fix: slight spelling discrepancy in exception about not supporting#252
RealOrangeOne merged 1 commit into
RealOrangeOne:masterfrom
JiwaniZakir:fix/issue-249

Conversation

@JiwaniZakir

Copy link
Copy Markdown
Contributor

Fixes #249

Corrects a capitalization inconsistency in the async task error message raised by BaseTaskBackend.validate_task in django_tasks/backends/base.py. The error string read "async tasks" (lowercase) while the expected convention uses "Tasks" (capitalized). Updates the assertion strings in tests/tests/test_custom_backend.py and tests/tests/test_dummy_backend.py to match the corrected message.

@RealOrangeOne
RealOrangeOne merged commit e95baa3 into RealOrangeOne:master Mar 17, 2026
67 checks passed
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.

slight spelling discrepancy in exception about not supporting async tasks between django-tasks and django.tasks

2 participants