I recently attempted to implement a very large form using the newforms
library, and I discovered that if a form contains more than 45 fields
it generates a "too many values to unpack" error when you try to
render it in a template.  Does anyone know if this is deliberate
(either because of some Pythonic limitation or simply to stop people
from making insanely large forms), or whether this is something I
should file a bug for?  If it is deliberate, I think that a line
somewhere in the documentation about it would be helpful to anyone
else who tries to make a way-too-big form.

Jeremy


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to