Re: GSoC 2014 idea proposal

2014-02-23 Thread Curtis Maloney
I think the most commonly requested feature is how to serilise non-Field properties of models. It's easy, but tedious, to do. Perhaps you could write a mixin to help with this, and improve the documentation? However, I don't see this being a task taking more than a few days... -- Curtis On 2

GSoC 2014 idea proposal

2014-02-23 Thread Surya K
Hey all, Here is the idea (Improving *django.core.serializers* module). I have used django serializer module recently and feel its really not that beautiful. 1. Good moderation mechanism in choosing attributes to serialize; 2. To sort the order of serialized data [I am still thinking about wha