Opened 13 years ago

Closed 13 years ago

#17105 closed Cleanup/optimization (fixed)

Grammar errors in documentation

Reported by: googol Owned by: nobody
Component: Documentation Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

https://docs.djangoproject.com/en/dev/ref/contrib/csrf/

There are cases when may not have run before your view is run - 404 and 500 handlers, for example - but you still need the CSRF token in a form.

It should be set to a string such as ".lawrence.com" to allow a POST request from a form on one subdomain to be accepted by accepted by a view served from another subdomain.

Attachments (1)

17105.diff (1.3 KB ) - added by Tim Graham 13 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 by Preston Holmes, 13 years ago

Easy pickings: set
Triage Stage: UnreviewedAccepted

by Tim Graham, 13 years ago

Attachment: 17105.diff added

comment:2 by Tim Graham, 13 years ago

Has patch: set
Triage Stage: AcceptedReady for checkin

comment:3 by Tim Graham, 13 years ago

Resolution: fixed
Status: newclosed

In [17109]:

Fixed #17105 - Typos in docs/ref/contrib/csrf.txt; thanks googol for the report.

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