… and, you can also see on that ticket that the chance of this getting into Django itself is *very low*.
Django is, by design, a server side framework. AJAX is a primarily client-side concern, with some light server-side data requirements. There's absolutely no need for this to be tightly bound to Django's core. If you want a more detailed explanation of why, I've spoken on the topic at several conferences; most recently at PyCon AU: http://www.youtube.com/watch?v=xFh40R5KcV8 Yours, Russ Magee %-) On Thu, Sep 20, 2012 at 12:20 AM, Faraz Masood Khan <[email protected]> wrote: > Yes Kurt, you can vote for this feature over here: > https://code.djangoproject.com/ticket/18981 > > > On Wednesday, September 19, 2012 8:02:44 PM UTC+5, Faraz Masood Khan wrote: >> >> Easiest way to do Ajax in Django: >> http://codestand.feedbook.org/2012/09/django-unobtrusive-ajax.html >> > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/M3yxmpry5NEJ. > > 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?hl=en. -- 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?hl=en.

