[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)
--
Ticket URL: <https://code.djangoproject.com/ticket/29683>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/29683#comment:1>
* owner: nobody => Srinivas Reddy Thatiparthy
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/29683#comment:2>
Comment (by Clint Dunn):
Can I work on this?
--
Ticket URL: <https://code.djangoproject.com/ticket/29683#comment:3>
* has_patch: 0 => 1
* stage: Accepted => Ready for checkin
Comment:
[https://github.com/django/django/pull/10449 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/29683#comment:4>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"e40e7026cad400d720963aea0ba156a19f83b058" e40e702]:
{{{
#!CommitTicketReference repository=""
revision="e40e7026cad400d720963aea0ba156a19f83b058"
Fixed #29683 -- Added view permission to docs.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29683#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"f5335bc745d4f86d355b69549712885fd1634574" f5335bc7]:
{{{
#!CommitTicketReference repository=""
revision="f5335bc745d4f86d355b69549712885fd1634574"
[2.1.x] Fixed #29683 -- Added view permission to docs.
Backport of e40e7026cad400d720963aea0ba156a19f83b058 from master.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29683#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"50f09264ae8ab04824fcc6554e8c184378ad2f81" 50f0926]:
{{{
#!CommitTicketReference repository=""
revision="50f09264ae8ab04824fcc6554e8c184378ad2f81"
Refs #29683 -- Updated multi-db docs for view permission.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29683#comment:7>
Comment (by Tim Graham <timograham@…>):
In [changeset:"8205116a79546bad64a065b47883a81e119451cf" 8205116]:
{{{
#!CommitTicketReference repository=""
revision="8205116a79546bad64a065b47883a81e119451cf"
[2.2.x] Refs #29683 -- Updated multi-db docs for view permission.
Backport of 50f09264ae8ab04824fcc6554e8c184378ad2f81 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29683#comment:8>
Comment (by Tim Graham <timograham@…>):
In [changeset:"8205116a79546bad64a065b47883a81e119451cf" 8205116]:
{{{
#!CommitTicketReference repository=""
revision="8205116a79546bad64a065b47883a81e119451cf"
[2.2.x] Refs #29683 -- Updated multi-db docs for view permission.
Backport of 50f09264ae8ab04824fcc6554e8c184378ad2f81 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29683#comment:9>
Comment (by Tim Graham <timograham@…>):
In [changeset:"0c295a757085b2fecf7a336c08debf1ab82ca80d" 0c295a75]:
{{{
#!CommitTicketReference repository=""
revision="0c295a757085b2fecf7a336c08debf1ab82ca80d"
[2.1.x] Refs #29683 -- Updated multi-db docs for view permission.
Backport of 50f09264ae8ab04824fcc6554e8c184378ad2f81 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29683#comment:10>
Comment (by Tim Graham <timograham@…>):
In [changeset:"0c295a757085b2fecf7a336c08debf1ab82ca80d" 0c295a75]:
{{{
#!CommitTicketReference repository=""
revision="0c295a757085b2fecf7a336c08debf1ab82ca80d"
[2.1.x] Refs #29683 -- Updated multi-db docs for view permission.
Backport of 50f09264ae8ab04824fcc6554e8c184378ad2f81 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/29683#comment:11>