Opened 19 years ago
Closed 19 years ago
#2263 closed defect (fixed)
[patch] broken link in `docs/authentication.txt`
| Reported by: | anonymous | Owned by: | Jacob |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Link to RequestContext docs is
http://www.djangoproject.com/documentation/templates_python/#subclassing-context-djangocontext
and should be
http://www.djangoproject.com/documentation/templates_python/#subclassing-context-requestcontext
Attachments (1)
Change History (3)
by , 19 years ago
comment:1 by , 19 years ago
| Summary: | broken link in `docs/authentication.txt` → [patch] broken link in `docs/authentication.txt` |
|---|
comment:2 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [3235]) Fixed #2263 -- Fixed typo in docs/authentication.txt