Re: Django participation in Google Summer of Code 2012

2012-03-06 Thread Russell Keith-Magee
On 07/03/2012, at 5:35 AM, Kushagra Sinha wrote: > Are there plans for Django participating in this year's Google Summer of > Code. The organization application deadline is on 9th March. I would love to > participate as a student. > Yes, we are planning to apply as an organization. If you're

Django participation in Google Summer of Code 2012

2012-03-06 Thread Kushagra Sinha
Are there plans for Django participating in this year's Google Summer of Code. The organization application deadline is on 9th March. I would love to participate as a student. Thanks -- Kushagra SInha -- You received this message because you are subscribed to the Google Groups "Django develop

ANN: Django 1.4 string freeze and translation updates needed

2012-03-06 Thread Jannis Leidel
Hi all, After the release of the Django 1.4 release candidate [1] it's now time to update the translations. The base translation files were updated before the release and are now the basis for Transifex: https://www.transifex.net/projects/p/django/ Please don't forget to consult the i18n se

Re: New feature: Support for MessagePack Serializer

2012-03-06 Thread Florian Apolloner
Hi, since this Serializer can be easily maintained outside of core there is no need to include it. -1 from me. Cheers, Florian -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.goog

New feature: Support for MessagePack Serializer

2012-03-06 Thread Hiroki Kiyohara
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 unl