#21727 closed Cleanup/optimization (fixed)
Add note about active superuser and permissions
| Reported by: | daGrevis | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Had some hard time finding out why my permission methods always did return True.
https://github.com/daGrevis/django/compare/django:master...master
Change History (4)
comment:1 by , 12 years ago
| Easy pickings: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 12 years ago
comment:3 by , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
As we discussed in IRC, I don't think it's such a surprising behavior that it needs a warning and I prefer to try to link together our docs rather than say the same thing in multiple places. For example in
docs/topics/auth/default.txtwe could add a link so that:becomes:
Similar links for the
is_staffflag would be helpful.