#12808 closed (invalid)
errorCSRF() got an unexpected keyword argument 'reason'.
Reported by: | coryjacobsen | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.2-beta |
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
The CSRF Middleware fails when a cross site request is made. Exception Value: errorCSRF() got an unexpected keyword argument 'reason'.
Attachments (2)
Change History (5)
by , 15 years ago
Attachment: | csrf.patch added |
---|
by , 15 years ago
follow-up: 2 comment:1 by , 15 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Replying to lukeplant:
There is no
errorCSRF
function in Django. This sounds like an error with your own CSRF_FAILURE_VIEW.
You are absolutely correct. Sorry to jump the gun like that, and thanks for checking it out.
Note:
See TracTickets
for help on using tickets.
There is no
errorCSRF
function in Django. This sounds like an error with your own CSRF_FAILURE_VIEW.