﻿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
20612	Missing text in documentation of class-based views.	ndokos@…	nobody	"In docs/topics/class-based-views/generic-display.txt, in the section entitled ""Adding extra context"", there is a question mark missing at the end of the first paragraph and there seems to be some connecting text missing between the first and second paragraphs: as it stands now, the text does not make sense:

<quote>
Often you simply need to present some extra information beyond that
provided by the generic view. For example, think of showing a list of
all the books on each publisher detail page. The
:class:`~django.views.generic.detail.DetailView` generic view provides
the publisher to the context, but how do we get additional information
in that template.

However, there is; you can subclass
:class:`~django.views.generic.detail.DetailView` and provide your own
implementation of the ``get_context_data`` method.

</quote>"	Uncategorized	closed	Documentation	1.5	Normal	fixed	documentation class-based views extra context		Accepted	0	0	0	0	1	0
