Re: Inline formset exception

2011-03-09 Thread poswald
OK, I opened a new ticket for my issue (http://code.djangoproject.com/ ticket/15574) and reverted the subject on the existing ticket #14642 to the original subject. I uploaded the test case I wrote to the new issue and I'll look to create a test case for #14642 while I'm at it. Thanks for the advic

Re: Inline formset exception

2011-03-08 Thread Ramiro Morales
On Mon, Mar 7, 2011 at 3:17 PM, poswald wrote: > (Sorry Ramiro, I think I replied directly to you instead of to the > group. Resending here) > > Understood. I believed I was adding a testcase and expanding the scope > of the issue but it is certainly possible that they are two separate > causes. I

Re: Inline formset exception

2011-03-07 Thread poswald
(Sorry Ramiro, I think I replied directly to you instead of to the group. Resending here) Understood. I believed I was adding a testcase and expanding the scope of the issue but it is certainly possible that they are two separate causes. I will keep that in mind in the future and will certainly op

Re: Inline formset exception

2011-03-07 Thread Ramiro Morales
On Mon, Mar 7, 2011 at 10:29 AM, poswald wrote: > It seems that I have managed to get a reproducible process for an > issue that has flummoxed a few other people over the past few months: > http://code.djangoproject.com/ticket/14642 Procedural note: You've changed the summary and focus of that t

Inline formset exception

2011-03-07 Thread poswald
It seems that I have managed to get a reproducible process for an issue that has flummoxed a few other people over the past few months: http://code.djangoproject.com/ticket/14642 In a nutshell, inline formset code (which I have relatively little understanding of so far) is not protected from simul