﻿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
11939	Better conventions between generic views and  syndication feed framework	fractal	nobody	"There is a small inconsistency between generic view object_detail and item template from the feed framework.

One names the return object: {{ object }} the other {{ obj }}

Having the same name would simplify the interchange of templates among them.

It is not far fetched to have a generic view for post_detail and using that as the template for item post on the feed.

object_detail documentation:
object: The object. This variable's name depends on the template_object_name parameter, which is 'object' by default. If template_object_name is 'foo', this variable's name will be foo.

syndication feed framework documentation:
feeds/latest_description.html  for example uses {{ obj }} -- The current object (one of whichever objects you returned in items()).

Cheers"	Cleanup/optimization	closed	contrib.syndication	1.1	Normal	invalid	suggestion, improvement rss object_detail		Accepted	0	0	0	0	0	0
