I decided to update some packages in the virtualenv for my Django project 
but in doing so I seem to have broken celery.  After upgrading to the 
latest version, I now get this TypeError when calling a view that also 
submits a celery job with my_func.delay()  Here's the error I get:   

set([]) is not JSON serializable

I upgraded to:
celery==3.0.12
django-celery==3.0.11

Several dependencies were also upgraded: billiard python-dateutil kombu 
pytz anyjson amqp importlib ordereddict

Has anyone else seen this with the latest version of celery?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/X9jrzdp__eUJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to