Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#12642 closed (fixed)

wiki:RowLevelPermissions should part of the official documentation

Reported by: Massimiliano Owned by: nobody
Component: Documentation Version: 1.2-alpha
Severity: Keywords: wiki documentation row level permission admin modeladmin
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The page http://code.djangoproject.com/wiki/RowLevelPermissions contains simply documentation about django.contrib.admin
All the class methods described in the page exists and are fully functional, so the page should be merged with the official documentation at http://docs.djangoproject.com/en/1.1/ref/contrib/admin/

Change History (8)

comment:1 by Ramiro Morales, 14 years ago

#10712 asks for docs for queryset() and contains a patch.

comment:2 by Russell Keith-Magee, 14 years ago

Has patch: set
Patch needs improvement: set
Triage Stage: UnreviewedAccepted

comment:3 by James Bennett, 14 years ago

milestone: 1.2

This isn't something that needs to happen prior to 1.2.

comment:4 by alexeiboronine, 14 years ago

Has patch: unset
Patch needs improvement: unset

#10712 didn't fix this problem, the methods are still undocumented.

comment:5 by Tim Graham, 13 years ago

Resolution: fixed
Status: newclosed

(In [15066]) Fixed #12642 - Add docs for has_[add|change|delete]_permission ModelAdmin methods. Thanks to MadeR for the report and for the wiki contributors from which I took language for this patch.

comment:6 by Tim Graham, 13 years ago

(In [15067]) [1.2.X] Fixed #12642 - Add docs for has_[add|change|delete]_permission ModelAdmin methods. Thanks to MadeR for the report and for the wiki contributors from which I took language for this patch.

Backport of r15066 from trunk.

comment:7 by Ramiro Morales, 13 years ago

(In [15126]) Fixed #11124 -- Expanded docstrings of the ModelAdmin has_{change|delete}_permission methods to make it clear they can be overriden to implement per-instance permission checks. Refs #12642.

comment:8 by Ramiro Morales, 13 years ago

(In [15179]) [1.2.X] Fixed #11124 -- Expanded docstrings of the ModelAdmin has_{change|delete}_permission methods to make it clear they can be overriden to implement per-instance permission checks. Refs #12642.

Backport of [15126] from trunk.

Note: See TracTickets for help on using tickets.
Back to Top