On Mon, 2007-06-04 at 12:56 +0200, Ulf Dambacher wrote:
> Hi everybody
> 
> I just filled ticke 4467 for a CategorizedModelChoiceField wich includes some 
> ajax functionality with javascript and some free glue code (http.request) 
> from openjspan.org. 
> 
> Ubernostrum does not like this additional code. 
> And I think others want to use javascript too and maybe contribute this code 
> to django. 

Our policy so far has been not to favour any particular Javascript
library. There is very minimal use of Javascript in Django at the moment
-- basically only in the admin interface and only on a minimal scale
there. There doesn't seem to be a strong case for changing this.

> 
> So my question:
> How do include  javascript the django way?

If it really relies on Javascript, maybe it isn't appropriate for core.

I'm personally not strongly in favour of that ticket, since it's a bit
of a constrained use case (assumes only one category and a particular
model structure). It's probably more appropriate as a third-party
widget, although I'm wanting to think about it a bit more. Between
Django snippets and the Jannis Leidel's summer of code project,
publicising and making third-party code fragments and apps available is
getting easier every day.

Regards,
Malcolm


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to