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 Julien Phalip, 13 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Dan Poirier, 13 years ago

Owner: changed from nobody to Dan Poirier
Status: newassigned

comment:3 by Dan Poirier, 13 years ago

Has patch: set

Proposed fix in pull request at https://github.com/django/django/pull/73

comment:4 by Karen Tracey, 13 years ago

Resolution: fixed
Status: assignedclosed

In [17085]:

Fix #16998: Update name of the CSRF middleware in doc. Thanks ptone and poirier.

Note: See TracTickets for help on using tickets.
Back to Top