key error when using modelformsets inside a wizardform

2015-03-20 Thread Alfredo Becerra
hello everybody! i'm running in this error while using modelformsets inside a wizardform. Environment: Request Method: GET Request URL: http://localhost:8000/alta_socies/proces_alta_projecte_autoocupat/adreces/ Django Version: 1.7.7 Python Version: 2.7.9 Installed Applica

Re: using modelformsets

2009-07-06 Thread Eric Abrahamsen
On Jul 5, 2009, at 11:32 PM, Matthias Kestenholz wrote: > > Hi, > > On Sun, Jul 5, 2009 at 11:42 PM, Eric Abrahamsen > wrote: >> >> I'm somehow failing to use modelformsets, this is the relevant view >> and error traceback: >> >> http://dpaste.org/evHq/ >> >> I'm validating a whole bunch of fo

Re: using modelformsets

2009-07-05 Thread Matthias Kestenholz
Hi, On Sun, Jul 5, 2009 at 11:42 PM, Eric Abrahamsen wrote: > > I'm somehow failing to use modelformsets, this is the relevant view > and error traceback: > > http://dpaste.org/evHq/ > > I'm validating a whole bunch of forms at the same time, but I don't > see how that could cause the formset fai

using modelformsets

2009-07-05 Thread Eric Abrahamsen
I'm somehow failing to use modelformsets, this is the relevant view and error traceback: http://dpaste.org/evHq/ I'm validating a whole bunch of forms at the same time, but I don't see how that could cause the formset failure. Sample is a model with a ForeignKey to Author (though the Forei