﻿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
35872	Add error message when invalid ModelForm Meta attributes are set	jernwerber	jernwerber	Invalid (e.g., non-existent, misspelled) attributes that are added to a `ModelForm`'s inner `Meta` class are silently ignored, but they should instead raise an error since they would signal either a mistake or misunderstanding/misapplication of the Meta class (as is the case elsewhere, e.g., if an invalid attribute is included in a `Model`'s inner `Meta` class, [https://github.com/django/django/blob/e8e503551100af5c29d253870233dee838dbafa3/django/db/models/options.py#L218 a TypeError is raised]).	New feature	closed	Forms	5.0	Normal	wontfix			Unreviewed	0	0	0	0	1	0
