#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 , 16 years ago
comment:2 by , 16 years ago
| Has patch: | set |
|---|---|
| Patch needs improvement: | set |
| Triage Stage: | Unreviewed → Accepted |
comment:4 by , 15 years ago
| Has patch: | unset |
|---|---|
| Patch needs improvement: | unset |
#10712 didn't fix this problem, the methods are still undocumented.
comment:5 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:6 by , 15 years ago
comment:7 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
#10712 asks for docs for
queryset()and contains a patch.