﻿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
20605	Allow extending the default auth permissions	philipn	nobody	"Currently, Django provides 'change', 'add', and 'delete' as base permissions which are created on `syncdb`.  I know you can set custom permissions on a per-model basis by listing them in `Meta`, but sometimes you want a global base permission, e.g. 'view' (this is my use case).

It looks like it may be possible to just use a setting variable in `contrib.auth.management` to accomplish this.

Currently using this workaround: http://blog.nyaruka.com/adding-a-view-permission-to-django-models"	New feature	new	contrib.auth	dev	Normal			me@…	Accepted	0	0	0	0	0	0
