#14551 closed (fixed)
typo in auth-remote-user
| Reported by: | mag | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.2 |
| Severity: | 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
at http://docs.djangoproject.com/en/dev/howto/auth-remote-user/
s/django.contrib.backends.RemoteUserBackend/django.contrib.auth.backends.RemoteUserBackend/
Thank you for this great software, and outstanding documentation!
Change History (2)
comment:1 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
comment:2 by , 15 years ago
Note:
See TracTickets
for help on using tickets.
(In [14344]) Fixed #14551 -- corrected a type in the remote user auth documentation. Thanks to mag for the report and fix.