On Tue, Aug 18, 2009 at 12:35 PM, Yuri Baburov<burc...@gmail.com> wrote: > Do you think that using *any* javascript framework for admin interface > will get boost for useful admin, overall django improvements and > third-party plugins development?
That's a different question entirely. The admin's an optional *application*, not part of the framework-y parts; it's also designed for end-users, not other developers. Data entry clerks aren't constrained by a choice of tooling in the admin interface the way developers would in the framework as a whole. Indeed, if you look at the admin-ui SoC project you'll see that this ship has already sailed: the new features added there (and, Murphy willing, to trunk soon enough) are indeed using jQuery. > Maybe some library-agnostic helpers? I don't think this is possible. > At least $() instead of document.getElementById() Here you go: ``var $ = document.getElementById;`` Enjoy. > Or kind of "django-jquery-helpers" sort of third-party addons? This has already been done at least a few times: see django-helpers, dojango, etc. > How do you see further django-and-js-related infrastructure in future? Heh, you give me far too much credit. I'm a here-and-now kind of guy. Jacob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to django-developers+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---