﻿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
12047	Copy/paste error in documentation	schickler	nobody	"http://docs.djangoproject.com/en/dev/ref/generic-views/#django-views-generic-date-based-archive-day

In the template context portion of the documentation for the date_based.archive_day generic view, ""previous_day"" is incorrectly documented:


""previous_day: A datetime.date object representing the given day. [...]""

I believe this is just a copy/paste error from ""day"":

""day: A datetime.date object representing the given day.""


The correct documentation should be:


""previous_day: A datetime.date object representing the previous day."""		closed	Documentation	1.1		fixed	typo		Ready for checkin	0	0	0	0	0	0
