Re: Posted data limits in django?

2009-03-12 Thread Jacob Kaplan-Moss
On Tue, Mar 10, 2009 at 11:22 PM, Greg wrote: > I've checked the actual posted data and it is all being posted > correctly, which leads me to the conclusion that something in django > itself is choking...? Can anyone help me with this? Is there a limit > as to how many form fields you can have?

Posted data limits in django?

2009-03-10 Thread Greg
I have a large form with ~100 fields, which I'm submitting via post, and only the last 25 values are getting through. The inputs are called quantity-1, quantity-2 etc, up to 100. Other variables at the top of the page named name, phone etc are getting through. I've checked the actual posted data