I want to create a basic data entry form where the selection options are constrained to some subset of all the data. For example, a salesman may only want to be shown the prospects in his sales territory, not all prospects. Assuming I can get the limiting values by url parameters or post variables, what is the best/idiomatic way to construct the form?
Using oldforms(I'm on 0.95 for now), it appears that I would create a custom Manipulator that would return a subset to the form builder. Is that 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 -~----------~----~----~----~------~----~------~--~---