Opened 13 years ago
Closed 13 years ago
#16998 closed Bug (fixed)
middleware docs need to be updated for CRSF
Reported by: | Preston Holmes | Owned by: | Dan Poirier |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Release blocker | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
https://docs.djangoproject.com/en/dev/ref/middleware/#django.middleware.csrf.CsrfMiddleware
documents a deprecated class that has already be removed from trunk
needs to be updated to CrsfViewMiddleware
Change History (4)
comment:1 by , 13 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 13 years ago
Has patch: | set |
---|
Note:
See TracTickets
for help on using tickets.
Proposed fix in pull request at https://github.com/django/django/pull/73