#19549 closed Uncategorized (fixed)
Typo in Django authentication system documentation
| Reported by: | anonymous | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.4 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
https://docs.djangoproject.com/en/dev/topics/auth/default/
Under the User Objects headline:
Only one class of user exists in Django’s authentication framework, i.e., ‘superusers’ or admin ‘staff’ users are is just a user objects with special attributes set, not different classes of user objects.
Note:
See TracTickets
for help on using tickets.
In 695b2089e72a8ffec713b5107496b4332a4e0713: