I think that most people that ask for "ajax integration" want to see javascript helpers, as seen in many other frameworks. They're looking for things like for example {% auto_complete_tag .. params ..%}; wich would render an input box with the necessary javascript (inline..) that makes it autocomplete.
If you dig in the archives you'll see that I have opened a similar thread when I first came to Django. In hindsight, it was pure inability to write the javascript myself, and reluctance to properly learn javascript. In the end I've seen that writing javascript manually results in much cleaner html output, using less code and it sometimes just performs better. On top of that, switching to another javascript has no effect whatsoever on your python/django code. regards, Simon On Apr 11, 5:00 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 4/11/07, Adam Findley <[EMAIL PROTECTED]> wrote: > > > > > I like the idea that Django is AJAX implementation agnostic the same way > > it is agnostic to the database you prefer to back your project (if any), > > but, is there any work being done to create something in contrib to > > facilitate working with specific AJAX frameworks? > > This issue keeps getting raised, but I am yet to see a specific > statement of what "working with specific AJAX frameworks" means. I > have used several different AJAX frameworks, and I can't say I've > found Django's facilities particularly lacking (certainly not to the > extent that the complaints on this front seems to suggest). > > What _specifically_ do you feel Django is missing? > > Yours, > Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---