Opened 14 years ago

Closed 14 years ago

#14428 closed (invalid)

Doesn't work with CSRF in DJango 1.2+

Reported by: Mark Jones Owned by: nobody
Component: Uncategorized Version: 1.2
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Templates are missing {% csrf_token %} stuff

Attachments (2)

csrf_patch.diff (8.6 KB ) - added by Mark Jones 14 years ago.
Patched template files
settings.py (5.2 KB ) - added by Mark Jones 14 years ago.
Sample Project settings.py file to deal with same

Download all attachments as: .zip

Change History (3)

by Mark Jones, 14 years ago

Attachment: csrf_patch.diff added

Patched template files

by Mark Jones, 14 years ago

Attachment: settings.py added

Sample Project settings.py file to deal with same

comment:1 by Alex Gaynor, 14 years ago

Resolution: invalid
Status: newclosed

Based on the fact that this patch refers to various files that don't (and never have) exist in Django, I think this is a bug directed at some other project. Closing as invalid.

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