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

removed django-celery requirement #34

Merged
merged 4 commits into from
Jan 10, 2019
Merged

removed django-celery requirement #34

merged 4 commits into from
Jan 10, 2019

Conversation

msaizar
Copy link
Contributor

@msaizar msaizar commented Aug 9, 2018

#33 I've removed the django-celery requirement as the latest celery version comes with django integration.

@coveralls
Copy link

coveralls commented Aug 13, 2018

Coverage Status

Coverage remained the same at 87.44% when pulling 8ed379d on msaizar:master into d30d70d on jazzband:master.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.1%) to 86.341% when pulling 2ed15a0 on msaizar:master into d30d70d on jazzband:master.

@RDIL RDIL merged commit f8225d8 into jazzband:master Jan 10, 2019
@@ -233,7 +233,6 @@ def test_transfer_retried(self):
obj.testfile.save(self.test_file_name, File(self.test_file))
obj.save()

self.assertFalse(obj.testfile.storage.result.get())
Copy link
Member

Choose a reason for hiding this comment

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

Why was this removed?

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.

4 participants