Opened 18 years ago
Closed 18 years ago
#6247 closed (fixed)
CsrfMiddleware is missing from middleware documentation
| Reported by: | Ville Säävuori | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | documentation, csrf, security | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
There should be a mention about (and a link to the) CsrfMiddleware in the middleware documentation.
Attachments (1)
Change History (3)
by , 18 years ago
comment:1 by , 18 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The attached patch adds a short description of the CsrfMiddleware (taken from its docstring) and a link to its documentation.