Opened 14 years ago

Closed 14 years ago

Last modified 13 years ago

#12964 closed (fixed)

CSRF upgrading documentation gives wrong path for decorators

Reported by: Russell Keith-Magee Owned by: nobody
Component: Documentation Version: 1.1
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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

The new path for the csrf_exempt, etc decorators is missing the csrf portion of the path. i.e., it lists django.views.decorators.csrf_exempt not django.views.decorators.csrf.csrf_exempt

Change History (3)

comment:1 by Russell Keith-Magee, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Luke Plant, 14 years ago

Resolution: fixed
Status: newclosed

(In [12618]) Fixed #12964 - wrong path for CSRF decorators in upgrading notes.

comment:3 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

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