﻿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
11536	template_object_name not working correctly in archive_index	chrisrobison	nobody	"Using template_object_name in archive_index is said to be fixed, however, I don't believe it is working how it should.  I have created a date_based blog and once I assign a template_object_name of 'entry', I then have to change the template to something that seems backwards.

instead of:


{{{
{% for entry in latest %}

{% entry.title %}
}}}

it must be:

{{{
{% for latest in entry %}

{% latest.title %}
}}}

This is not consistent with the other date_based templates.
"		closed	Generic views			invalid			Unreviewed	0	0	0	0	0	0
