I've just seen a documented example of this breaking things in the wild.

https://github.com/simplejson/simplejson/issues/37

I think we broke backwards-compat here - django 1.5.1. plus sentry
5.4.5 dies because django's own DjangoJSONEncoder depends on stdlib
json, but sentry (and lots of things) use django.utils.simplejson,
which uses simplejson if available.

Unfortunately, this is incompatible - we kept utils.simplejson as a
compat shim, but I think until it goes away, we should keep using it
internally as well.

Alternatives?

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to