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

Update celery.py #561

Merged
merged 4 commits into from
Apr 24, 2019
Merged

Update celery.py #561

merged 4 commits into from
Apr 24, 2019

Conversation

dapaojiang
Copy link
Contributor

fix TypeError: can only concatenate tuple (not "NoneType") to tuple #560

fix TypeError: can only concatenate tuple (not "NoneType") to tuple celery#560
fix fix CeleryCommand has no attribute preload_options
update package name
setup.py Outdated
@@ -18,7 +18,7 @@
is_py3k = sys.version_info[0] == 3

# -*- Distribution Meta -*-
NAME = 'django-celery'
NAME = 'django-celery-hp'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ho means? reason for this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I make a mistake in setup file. I will recommit and pull these again.

fix package name mistake
@auvipy auvipy merged commit 5d1ecb0 into celery:master Apr 24, 2019
maxmalysh pushed a commit to maxmalysh/django-celery that referenced this pull request Jul 29, 2019
* Update celery.py

fix TypeError: can only concatenate tuple (not "NoneType") to tuple celery#560

* Update celery.py

fix fix CeleryCommand has no attribute preload_options

* Update setup.py

update package name

* Update setup.py

fix package name mistake
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.

2 participants