Re: Django 1.5.1 and formsets with more than 1000 initials

2013-04-25 Thread Carsten Fuchs
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

Re: Django 1.5.1 and formsets with more than 1000 initials

2013-04-24 Thread Xavier Ordoquy
Hi Carsten, When you create your FormSet with formset_factory, the max_number is set to the max of 1000 and max_num. The fact that you set a bigger number of initials doesn't affect this number. I'm not sure whether the FormSet could extends itself this number if the initial_data is larger than

Django 1.5.1 and formsets with more than 1000 initials

2013-04-24 Thread Carsten Fuchs
Hi all, using Django 1.5.1, having read , I still have trouble creating a formset with more than 1000 initial forms: Following the example at that page, what I'd like to do is, with MyInitials