Changes between Initial Version and Version 2 of Ticket #28592
- Timestamp:
- Sep 13, 2017, 9:54:27 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28592
- Property Owner changed from to
- Property Status new → assigned
- Property Patch needs improvement set
- Property Triage Stage Unreviewed → Accepted
- Property Summary Security documentation updates → Reorganize CSRF documentation and add to FAQs
-
Ticket #28592 – Description
initial v2 1 The securitydocumentation can be improved.1 The CSRF documentation can be improved. 2 2 3 It currently mixes up topic, reference and how-to material all in the same document.3 It currently mixes up topic, reference, and how-to material all in the same document. 4 4 5 5 The CSRF sections can be expanded to address some common questions about the way Django does this. 6 6 7 The pull request https://github.com/django/django/pull/9071 addresses these issues. 8 7 [https://github.com/django/django/pull/9071 PR]