﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
30689	Fix documentation for the `fields` argument of MultiValueField	Adam Sołtysik	nobody	"In the [https://docs.djangoproject.com/en/2.2/ref/forms/fields/#multivaluefield documentation] there is the class header:

{{{class MultiValueField(fields=(), **kwargs)}}}

However, in the [https://docs.djangoproject.com/en/2.2/_modules/django/forms/fields/#MultiValueField source code] the `fields` argument has no default value:

{{{def __init__(self, fields, *, require_all_fields=True, **kwargs):}}}

This behaviour seems to have changed in Django 2.0 (some of my forms started crashing after the upgrade), but there is nothing about it in the [https://docs.djangoproject.com/en/2.2/releases/2.0/ release notes].
"	Bug	closed	Documentation	dev	Normal	invalid			Unreviewed	0	0	0	0	0	0
