﻿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
17145	Documentation lacking import paths	drozzy@…	nobody	"There is no way to know, from where to import classes when reading the documentation.

For example, on the generic views doc page:
https://docs.djangoproject.com/en/dev/ref/class-based-views/
where does one import TemplateResponseMixin from?

I mean it should enable me to write something like this:
from django.[missing] import TemplateResponseMixin

But currently there is no way in the docs, to find the [missing] parameter! One has to either browse the source code, or search google in hopes that there are some examples online!

This has always been a problem throughout the Django docs. Is there a way to consistently document this?"	Bug	closed	Documentation	1.3	Normal	invalid	imports		Unreviewed	0	0	0	0	1	0
