Re: ManyToManyField shown as a list of *values* in a textarea: request for code review

2009-02-12 Thread chazmatazz
I apologize, where it says CourseStudent replace with Student (I changed the name for the post). On Feb 12, 2:39 pm, chazmatazz wrote: > Hi Django users, > > I want a ManyToManyField(A) to be shown in a textarea as a formatted > list of a model field _x_ in the corresponding related model A (not

ManyToManyField shown as a list of *values* in a textarea: request for code review

2009-02-12 Thread chazmatazz
Hi Django users, I want a ManyToManyField(A) to be shown in a textarea as a formatted list of a model field _x_ in the corresponding related model A (not a list of the A's pk field, which is easier). If a value for _x_ that does not exist in A is added, then I want a new record added to A (by imp