Opened 7 years ago

Last modified 2 years ago

#28592 new Cleanup/optimization

Reorganize CSRF documentation and add to FAQs — at Version 2

Reported by: Daniele Procida Owned by: Daniele Procida
Component: Documentation Version: 1.11
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no
Pull Requests:9071 unmerged, 14956 unmerged, 15531 merged, 15514 merged, 15507 merged

Description (last modified by Tim Graham)

The CSRF documentation can be improved.

It currently mixes up topic, reference, and how-to material all in the same document.

The CSRF sections can be expanded to address some common questions about the way Django does this.

PR

According to the ticket's flags, the next step(s) to move this issue forward are:

  • To improve the patch as described in the pull request review comments or on this ticket, then uncheck "Patch needs improvement".
  • If creating a new pull request, include a link to the pull request in the ticket comment when making that update. The usual format is: [https://github.com/django/django/pull/#### PR].

Change History (2)

comment:1 by Daniele Procida, 7 years ago

Owner: changed from nobody to Daniele Procida
Status: newassigned

comment:2 by Tim Graham, 7 years ago

Description: modified (diff)
Patch needs improvement: set
Summary: Security documentation updatesReorganize CSRF documentation and add to FAQs
Triage Stage: UnreviewedAccepted
Note: See TracTickets for help on using tickets.
Back to Top