Re: Help with multiple object added on a single form with addManipulator.

2006-06-07 Thread Frankie Robertson
This forces me to use non-compliant code by making me use multiple controls with the same id. Since nobody seems to know the solution to this problem I'm assuming it's a problem with documentation and have filed a bug on it at http://code.djangoproject.com/ticket/2107. Frankie. On 06/06/06,

Re: Help with multiple object added on a single form with addManipulator.

2006-06-06 Thread Frankie Robertson
Thanks but that's not what I was looking for. I wasn't interested in the admin. I was interested in manipulators (http://www.djangoproject.com/documentation/forms/), which allow you access to bits of the admin's framework. I was having trouble writing a form to submit both an object and several

Re: Help with multiple object added on a single form with addManipulator.

2006-05-31 Thread canen
http://www.djangoproject.com/documentation/tutorial2/#adding-related-objects I think that may be what you are looking for. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this

Help with multiple object added on a single form with addManipulator.

2006-05-31 Thread Frankie Robertson
I was talking about this on IRC the other day. I want to have a form to add a recipe and several ingredients at once, the edit_inline arguement seemed to be the solution (a outlined at http://code.djangoproject.com/wiki/NewAdminChanges). However, this seems to be removed post M-R. Is there any