Hi,

>Hence, I plead with the proponents of "Ajax support:" Please >show
>concrete examples of what you want. Enlighten us.

Actually the only thing I can think of that would be good if django had
it, would be a REST style API to access model stuff that automatically
will be returned in JSON format. That would allow JavaScript code to do
easy database queries without requiring the programmer to write those
views himself.

Most AJAX stuff is just stuff built on database queries anyway (like
the google suggest feature nowadays seen as lifesearch in projects -
just a query directly run from JavaScript).

But I am not exactly a proponent of "AJAX support in Django", as I
already use AJAX with Django quite happily and can't see much (beside
the above thingy) that could be provided in django core ;-)

bye, Georg

Reply via email to