Excuse me if this is a daft question -- I'm new to both Python and
Django, but I guess it's a credit to both of them that I'm doing some
fairly nifty stuff building a new corporate intranet.

One feature I'd like to add is a meeting scheduler, where someone can
set up a meeting and invite various people to it. The ManyToManyField
selector in the "Event" admin view has a couple of drawbacks, afaics:

1. It doesn't sort the names of the people in the list, so finding a
name is awkward.
2. It's a bit awkward to use, since it has about 150 names in it.

I'd much prefer to use something like the "User Permission" dialog on
the "Change user" admin page. Is there a way to do this? If so, I'd
appreciate some clues. TIA.

--
James M


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

Reply via email to