Re: How to display many-to-many field as a list of text input fields?

2010-09-02 Thread Steve Holden
On 9/2/2010 4:27 PM, adelein wrote: > When I display the ToolBoxEditForm it uses a multiple select field. > But what I want is a form that lets the user edit each tool he has in > the toolbox as a text field. I cant figure out how to do this with the > many-to-many field. > A many-to-many

How to display many-to-many field as a list of text input fields?

2010-09-02 Thread adelein
When I display the ToolBoxEditForm it uses a multiple select field. But what I want is a form that lets the user edit each tool he has in the toolbox as a text field. I cant figure out how to do this with the many-to-many field. class Tool(models.Model): tool_name =