﻿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
3984	[patch] add 'view' as a default permission in django.contrib.auth	Tai Lee	Adrian Holovaty	"i'd like to see 'view' added to the list of default permissions (add, change, delete) created for every model when django.contrib.auth is installed. this could be used by django.contrib.admin to allow selected staff to view the changelist and object detail screens, without giving them permission to add, change, or delete objects. even if not used by django.contrib.admin (at least for now), it would also be a useful generic permission in most django applications.

i also think the name of each permission should reference verbose_name_plural instead of verbose_name as it does now. ""auth | user | Can add users"" makes more sense than ""auth | user | Can add user"".

attached is a simple patch for these two changes.
"		closed	Contrib apps	dev		wontfix	auth default permissions view	real.human@…	Design decision needed	1	0	0	0	0	0
