I sense I may be trying to do something that's not possible. I have a model, call it Foo, and I need a page to create a Foo.
Unfortunately, the AddManipulator I get from Foo doesn't exactly work. As mentioned in a previous post, I need to limit one MultipleSelectField to only certain items. Another one needs to be set to a particular item and the user not given a choice to change it. I had thought that maybe I could massage the AddManipulator to make it what I wanted, but the more I try, the more I get the impression that this is not encouraged. So, should I just create my own custom manipulator, or is there a way to modify an AddManipulator so that you don't have to start from scratch. If the first, is a customizable AddManipulator something that might be useful to people, and would there be more involved in making one than defining a __setitem__ method in the AddManipulator class? Thanks, Todd --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

