Hi, I was looking for solutions to pass a param into forms created with inlineformset. Basicaly, I want to prepopulate a ChoiceField of my form with datas which comes from parent.parent.instance
I've pasted the entire code (models / forms / views) here http://friendpaste.com/2Rtzh6wOiUMQA0aRJTpC0Q The only thing I need to do is to pass a param into a Form.__init__ which is used with inlineformset Thank you for helping me. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

