Opened 14 years ago

Closed 14 years ago

#12257 closed (invalid)

django.middleware.csrf.CsrfViewMiddleware

Reported by: onno Owned by: nobody
Component: Documentation Version: 1.1
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

http://docs.djangoproject.com/en/dev/ref/contrib/csrf/#ref-contrib-csrf

The docs states that
django.middleware.csrf.CsrfViewMiddleware
but it is
django.csrf.middleware.CsrfViewMiddleware

In point 1 of the beginning of the page

Change History (1)

comment:1 by Tim Graham, 14 years ago

Resolution: invalid
Status: newclosed

The link you provided is for the development version of Django (the csrf middleware has moved in this version). You can access the 1.1 docs here: http://docs.djangoproject.com/en/1.1/ref/contrib/csrf/

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