There is a problem in 1.8.3 where DjangoJSONEncoder cannot handle UUIDs. This impacts several other projects, django-allauth and grapelli to name a couple. While this has been fixed
https://code.djangoproject.com/ticket/25019 DjangoJSONEncoder does not encode UUIDs, this was marked as new feature. (I've commented on the ticket as well).
I'm loath to reopen the ticket, since it does what it says it does and has been merged into master. However I'd like to see this code included into 1.8.4, as django is not currently behaving in an expected way with UUIDs (see ticket).
What would be the process of getting this done? should I reopen the ticket and recatagorize it?
-- J