Hi Xavier,
thank you very much for your reply! :)
Am 25.04.2013 07:31, schrieb Xavier Ordoquy:
> I'm not sure whether the FormSet could extends itself this number if the initial_data is larger than 1000.
If I understand the documentation correctly, the purpose of the
`max_num` parameter is to prevent that someone sends a manipulated,
excessively large value in the hidden form field that states the number
of (extra) forms that are submitted, whereas it is not (directly)
related to the number of forms that are *actually* POSTed, or
initialized via parameter `initials`.
(Thus my surprise when my application that worked without problems in
Django 1.4 stopped working with Django 1.5.1, because the Formset
factory was created as shown (with extra=0) and pruned to the default of
1000 elements.)
> You probably could open a ticket about that.
Well, recently I posted to the wrong list (a question that went
unanswered here) and was promptly corrected (friendly, but firmly), so I
rather wait a few more days if maybe someone else has additional info
about this.
Best regards,
Carsten
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment