﻿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
22345	API documentation should show package name	Paul Oswald	nobody	"Throughout the API, it can be very difficult to know which package you need to import to get access to a class or function. Often this is encoded into the permalink but not visible on the page. For example the anchor is:

    https://docs.djangoproject.com/en/dev/ref/forms/fields/#django.forms.Field

but the class is described as:

    class Field(**kwargs)

I think it would be best to list it as:

    class django.forms.Field(**kwargs)

Or at least put the package name as a section header. I imagine there's a way to make the documentation do this site-wide or at least for the API section?"	Uncategorized	closed	Documentation	1.6	Normal	duplicate			Unreviewed	0	0	0	0	0	0
