﻿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
30755	Have django.views.generic.base.View.as_view() check argument type, via annotations.	David Szotten	nobody	"`django.views.generic.base.View.as_view()` raises a `TypeError` if passed a kwarg that's not already an attribute to the class https://github.com/django/django/blame/master/django/views/generic/base.py#L57

From the git blame i can't tell what the reason for this is. Is it only to catch potential mistakes/typos?

If so, would we be open to also accepting attributes in `cls.__annotations__`?"	New feature	closed	Generic views	dev	Normal	needsinfo	typing		Someday/Maybe	0	0	0	0	0	0
