Hi David, maybe it's something at a different level from what you are considering, but one thing I'd consider immensely useful is the ability to override the widget for ModelChoiceField (by default a <select>), adding buttons to open a search/edit form inside a popup (like in the admin). I don't even know if it's possible to do that in a generic way inside a library, but maybe you do :-)
Cheers, Marco On Mar 27, 10:13 am, David Cramer <[EMAIL PROTECTED]> wrote: > As promised, Im going to release some tools that make it easier to > integrate client and server-side javascript validation and utilities > for newforms. To do this though, I first need to come up with a list > of what is needed. Here is my current list: > > - Validation per-field via client-side and server-side JS (e.g. slug > is unique=True, onchange query server) > - Validation on submission > - Auto complete on relational fields (foreign key, many to many) > - Char fields for foreign key and many to many that use server-side > validation > - Many to Many char field would show many char fields (adding them as > you go) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

