I've submitted a discussion to the mailing list but I'm creating a ticket
here to provide a pull request for people to play with to make an informed
decision.
--
Ticket URL: <https://code.djangoproject.com/ticket/24933>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_docs: => 0
* has_patch: 0 => 1
* needs_tests: => 0
* needs_better_patch: => 0
Comment:
Pull request: https://github.com/django/django/pull/4797
--
Ticket URL: <https://code.djangoproject.com/ticket/24933#comment:1>
Old description:
> They are only required if the form class used consists of nothing but
> checkbox fields. Dealing with management forms makes it unnecessarily
> hard to dynamically alter the list of forms in front-end and forgetting
> to render one will result in the `FormSet.__init__()` raising an
> exception.
>
> I've submitted a discussion to the mailing list but I'm creating a ticket
> here to provide a pull request for people to play with to make an
> informed decision.
New description:
They are only required if the form class used consists of nothing but
checkbox fields. Dealing with management forms makes it unnecessarily hard
to dynamically alter the list of forms in front-end and forgetting to
render one will result in the `FormSet.__init__()` raising an exception.
I've [https://groups.google.com/d/topic/django-developers/skbT_7b-
uFY/discussion submitted a discussion to the mailing list] but I'm
creating a ticket here to provide a pull request for people to play with
to make an informed decision.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/24933#comment:2>
* needs_better_patch: 0 => 1
* type: Uncategorized => Cleanup/optimization
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/24933#comment:3>