--
Ticket URL: <https://code.djangoproject.com/ticket/29113>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* has_patch: 0 => 1
* stage: Unreviewed => Accepted
Comment:
Short-circuiting isn't valid because all formsets must be validated. I
added a test for that in 4bcec02368b7e5466f64dc17286689b16613c94b.
[https://github.com/django/django/pull/9663 PR] to clarify the docstring
and make the simplification.
--
Ticket URL: <https://code.djangoproject.com/ticket/29113#comment:1>
--
Ticket URL: <https://code.djangoproject.com/ticket/29113#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"16ee53d7bb01819859c78a88e3fc93eda985f71a" 16ee53d7]:
{{{
#!CommitTicketReference repository=""
revision="16ee53d7bb01819859c78a88e3fc93eda985f71a"
Fixed #29113 -- Simplified django.forms.formsets.all_valid() and clarified
docstring.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29113#comment:3>
Comment (by GitHub <noreply@…>):
In [changeset:"b03b19b585a0a3685d48dae95d060d13ff4755fa" b03b19b]:
{{{
#!CommitTicketReference repository=""
revision="b03b19b585a0a3685d48dae95d060d13ff4755fa"
Refs #29113 -- Simplified formset validation.
Thanks Nick Pope for review and complement.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29113#comment:4>