On 14 Nov 2005, at 21:30, Eugene Lazutkin wrote:
I would be happy, if Django supports many libraries, but I don't
think we
can afford it. E.g., I can understand the need for 2 versions of
Admin:
plain vanilla HTML, and Ajax version. If somebody wants to create 3rd
version of Admin, it is fine with me, but it looks like an overkill.
If we use unobtrusive scripting there's no need for two versions of
the admin. Load up the regular admin, then have JS alter it a little
to add in any Ajax hooks.
There aren't that many critical use cases for Ajax in the admin. The
most obvious is live search, which Adrian/Jacob/I have been talking
about adding for the last year or so.
Cheers,
Simon