Re: WANTED: Demonstration of good FK & M2M form creation

2007-05-22 Thread [EMAIL PROTECTED]
You could do this pretty easily using your own forms ( not NewForms and not Add/Change Manipulators ) along with the Django DB objects. It's pretty easy to do a CustomChangeManipulator with fields from two tables if it's just a one to one relationship, but for M2M, I usually either roll my own or

Re: WANTED: Demonstration of good FK & M2M form creation

2007-05-22 Thread Malcolm Tredinnick
On Tue, 2007-05-22 at 17:23 -0700, David Priest wrote: > On 07-May-21, at 5:56 PM, Malcolm Tredinnick wrote: > > It sounds like you want the django.newforms.formsets capability that > > isn't on trunk yet. > > > > > A little more patience will be required. > > Is this patience measured in days a

Re: WANTED: Demonstration of good FK & M2M form creation

2007-05-22 Thread David Priest
On 07-May-21, at 5:56 PM, Malcolm Tredinnick wrote: > It sounds like you want the django.newforms.formsets capability that > isn't on trunk yet. > > A little more patience will be required. Is this patience measured in days and short weeks, or in long weeks turning to months? I need to decide

Re: WANTED: Demonstration of good FK & M2M form creation

2007-05-21 Thread John M
Next time I'll RTFT (read the fliping thread) correctly :-P Thanks Malcolm. J On May 21, 6:30 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Mon, 2007-05-21 at 18:25 -0700, John M wrote: > > So Malcolm, does that mean its in the devl version we could see? > > > J > > > On May 21, 5:56 p

Re: WANTED: Demonstration of good FK & M2M form creation

2007-05-21 Thread Malcolm Tredinnick
On Mon, 2007-05-21 at 18:25 -0700, John M wrote: > So Malcolm, does that mean its in the devl version we could see? > > J > > On May 21, 5:56 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> > wrote: [] > > It sounds like you want the django.newforms.formsets capability that > > isn't on trunk yet

Re: WANTED: Demonstration of good FK & M2M form creation

2007-05-21 Thread John M
So Malcolm, does that mean its in the devl version we could see? J On May 21, 5:56 pm, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote: > On Sun, 2007-05-20 at 11:19 -0700, David Priest wrote: > > I believe I have performed exhaustive research on the challenge of > > creating forms that incorporate

Re: WANTED: Demonstration of good FK & M2M form creation

2007-05-21 Thread Malcolm Tredinnick
On Sun, 2007-05-20 at 11:19 -0700, David Priest wrote: > I believe I have performed exhaustive research on the challenge of > creating forms that incorporate fields from multiple tables. I have > not found *any* comprehensive, best-practices examples of this problem. > > It really quite surp

WANTED: Demonstration of good FK & M2M form creation

2007-05-21 Thread David Priest
I believe I have performed exhaustive research on the challenge of creating forms that incorporate fields from multiple tables. I have not found *any* comprehensive, best-practices examples of this problem. It really quite surprises me, as any web application of even moderate complexity re