Hello dear Django developers. I thought supporting for MessagePack (http://msgpack.org/) is good for Django. The Website of MessagePack says "MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.". I am interesting in MessagePack and want to try using MessagePack on Django.
You can review my commits at github: https://github.com/hirokiky/django/commit/5ee7fda6b1f8ace68eae13136bddf9b59e19e88a https://github.com/hirokiky/django/commit/5dde721fc415c4392a59d98052c057f5f1fee081 How is it likely to add this feature to Django? Where do I go to do the work? Thanks. hirokiky -- You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
