﻿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
17434	Nicer name than object_list for ListViews	Mark Barrett	nobody	"I ListViews, I think it would be nice if instead of creating a context variable called object_list, it was named based on the model.

For example for the following urlconfig

{{{
#!div style=""font-size: 80%""
Code highlighting:
  {{{#!python
(r'^publishers/$', ListView.as_view(model=User))
  }}}
}}}


A variable called 'users' or 'user_list' would be added to the context.

I understand that this would break backwards compatibility, so I propose creating a new Generic View to facilitate this (for example ModelListView).

"	New feature	closed	Generic views		Normal	worksforme	listview generic view		Unreviewed	0	0	0	0	0	0
