On 5/4/07, Martin Winkler <[EMAIL PROTECTED]> wrote:
> admin section: should be ok - except for M2M relationships - at least in
> auth.User edit-screen, because the group-area is dependent on
> JavaScript. As far as I know, everything has to work without javascript
> to conform to the specs, but I could be wrong, since I do not have a
> link to the specs at hand.

Is is not dependent on JavaScript -- remove the 'filter_interface'
argument form a ManyToManyField and you'll see it works fine without,
degrading to a normal HTML <select multiple> element. The JavaScript
merely enhances that by adding niceities for those whose browsers
support them.

-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

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

Reply via email to