﻿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
17131	Permissions documentation not up to date	David Chandek-Stark	mateusgondim	"https://docs.djangoproject.com/en/dev/topics/auth/#permissions says:

Permissions are set globally per type of object, not per specific object instance. For example, it's possible to say ""Mary may change news stories,"" but it's not currently possible to say ""Mary may change news stories, but only the ones she created herself"" or ""Mary may only change news stories that have a certain status, publication date or ID."" The latter functionality is something Django developers are currently discussing.

However, the ModelAdmin class provides has_add_permission, has_change_permission and has_delete_permission methods."	Bug	closed	Documentation	1.3	Normal	fixed			Accepted	1	0	0	0	0	0
