Opened 14 years ago
Closed 14 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)
Change History (4)
comment:1 by , 14 years ago
| Easy pickings: | set |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
by , 14 years ago
| Attachment: | 17105.diff added |
|---|
comment:2 by , 14 years ago
| Has patch: | set |
|---|---|
| Triage Stage: | Accepted → Ready for checkin |
comment:3 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In [17109]: