#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 , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [12618]) Fixed #12964 - wrong path for CSRF decorators in upgrading notes.