Re: After #28321 len(formset.forms) != len(formset.errors) is possible

2019-05-08 Thread Carlton Gibson
Hi Carsten. Any chance you can put this into a failing test case in a PR? (Much easier to reason about code. 🙂) Thanks. C. On Wednesday, 8 May 2019 13:58:25 UTC+2, Carsten Fuchs wrote: > > Dear group, > > I just upgraded from Django 1.11 to 2+ and thereby found > https://code.djangoprojec

After #28321 len(formset.forms) != len(formset.errors) is possible

2019-05-08 Thread Carsten Fuchs
Dear group, I just upgraded from Django 1.11 to 2+ and thereby found https://code.djangoproject.com/ticket/28321 The ticket was resolved with commit https://github.com/django/django/commit/f32d24652b920135eb6a0f3de74599f03e181731 Well, this change leaves us with a situation where `formset.forms