mozilla / elasticutils

[deprecated] A friendly chainable ElasticSearch interface for python
http://elasticutils.rtfd.org
BSD 3-Clause "New" or "Revised" License
243 stars 76 forks source link

Use new Celery task module and got rid of magic keyword handling. #160

Closed jezdez closed 11 years ago

jezdez commented 11 years ago

See http://docs.celeryproject.org/en/2.5/changelog.html#v220-important for more information.

willkg commented 11 years ago

I want to double check this and see if it's backwards compatible with the versions of celery we have in kitsune and fjord. I'll try to do that today or tomorrow.

jezdez commented 11 years ago

Thanks @willkg!

willkg commented 11 years ago

I checked and fjord and kitsune both use celery 2.5.5. Pretty sure I updated playdoh-lib to celery 2.5.5 a while back, too. So that works as a minimum version.

Landed in:

Also, I updated the CHANGELOG and requirements-django.txt files in:

That should cover it. Thank you!