﻿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
29683	Add the view permission to several places in the docs	Ariel Pontes	nobody	"Since Django 2.1, view permissions are added by default. However, parts of the documentation were not updated. For example:

[https://github.com/django/django/blob/97e637a87fb45c4de970cca6cb783d93473c9d15/django/contrib/auth/models.py#L33 The docstring in the Permissions model] (""Three basic permissions […]"")
[https://github.com/django/django/blob/31407fa3b362dc17d61a2a0d7e27b1dfd9d9c143/docs/topics/auth/default.txt#L199 The docs on Default permissions] (""… three default permissions …"")
[https://github.com/django/django/blob/e9ea49d2740b6f99b4ecc424c1a9ed87905e481e/docs/topics/auth/customizing.txt#L276 The docs on Custom permissions] (it says the example includes 3 custom permissions, but in fact only 2 are custom, because the view permission is now default)
[https://github.com/django/django/blob/35319bf12ccefe1911588493484160aa49208f89/docs/topics/testing/advanced.txt#L252 The docs on the Advanced features of TransactionTestCase] (again, it says 3 permissions are created by default)"	Cleanup/optimization	closed	Documentation	2.1	Normal	fixed	permissions		Ready for checkin	1	0	0	0	1	0
