in bugfix mode, but this could be a candidate
> feature for Django 1.3. In order for this to happen, it needs to be
> reported in Trac, and someone needs to come up with an implementation
> (plus document and test that implementation).
Can I give it a try?
--
Alexandru Nedelcu
--
You received
Hi,
I want to report a bug ... is here OK?
I have an InlineFormSet ... created like so ...
inlineformset_factory(MainModel, ChildModel, extra=1,
exclude=('num',))
Trouble is in /var/lib/elf-lib/src/django/django/forms/formsets.py:269
in full_clean() ...
for i in range(0, self.total_for