﻿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
35748	Document that Field.formfield() may return None	Adam Johnson	Clifford Gama	"The [https://docs.djangoproject.com/en/dev/ref/models/fields/#django.db.models.Field.formfield current documentation] only states that a form field should be returned. `None` is also an allowed return value, [https://github.com/django/django/blob/cdbd31960e0cf41063b3efac97292ee0ccc262bb/django/db/models/fields/__init__.py#L2828-L2829 as used by AutoFieldMixin], used to [https://github.com/django/django/blob/cdbd31960e0cf41063b3efac97292ee0ccc262bb/django/forms/models.py#L236-L248 ignore the field] when constructing the model form.

(Updating django-stubs types [https://github.com/typeddjango/django-stubs/pull/2363 in this PR].)"	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
