Hi, I m new to django and i m having some trouble with comboboxes.
I have a model that have a "Project" class, and a "Version" class, the Version is related to the Project, and i have a third class that have both as foreign keys. What i wanna do is, when i change the combo Project, i want the Version combo to show just the versions that are related to that Project. Is there a way to do it? i m using manipulators, following this documentation: http://www.djangoproject.com/documentation/forms/ Also, i have another combo "users" and i want to filter this combo in my form, like show up just the users marked as admin for example, is there a simple way to do it? Thanx for any help. -- Fábio --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

