Hi, are there any plans to add serialization support to generic views? I think it won't be difficult to implement it because generic views are already programmed and they should only get one extra parameter to know which type of document they have to return (html (default), xml, json). It's just remembering what James Bennett said in this ticket: http://code.djangoproject.com/ticket/2553
I think that would be very useful for ajax apps with the advantage that it doesn't bind you to a specific ajax framework (like rails does). thank you --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users -~----------~----~----~----~------~----~------~--~---

