﻿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
29299	Inline/Out of the box Type hints(PEP 484) and Variable annotations(PEP 526)	Andreas Galazis	nobody	"Adhering to [https://www.python.org/dev/peps/pep-0484/ Type hints(PEP 484)] / [https://www.python.org/dev/peps/pep-0526/ type annotations] could contribute to being more explicit / performing code analysis and checks on Django projects. Intellisense based on type annotations can also contribute to faster and less error-prone coding experience.

Typesheds will be a pain to maintain across versions. Based on my experience with typescript typings, the most immaculate situation is shipping typings within the project, even though shipping external typings is mature in that case. Nevertheless, inline typings can help Django project development as well.

Adding to the docs any future plans regarding this would be helpful to prospective developers."	Cleanup/optimization	new	Uncategorized	2.0	Normal				Unreviewed	0	0	0	0	0	0
