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 24 February 2014 02:47, Surya K <[email protected]> wrote: > 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 what could be done] > > That said, I am also seeing different ideas as well. But, looking out for > an opinion on this one first! > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-developers. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-developers/46e6f9ef-9051-4eec-aa61-470f6eeeb10b%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/django-developers/CAG_XiSB5z0Dm%3DGSsA0FpsoTN_Uu3XpxXBiZyU%3DwyR080ZF%2Bm9g%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
