コミット履歴

作者 SHA1 メッセージ 日付
  Tim Graham 93cffc3b37 Added missing markup to docs. 12 年 前
  Aymeric Augustin 720888a146 Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie. 12 年 前
  Tim Graham ba50d3e05b Fixed #14633 - Organized settings reference docs and added a topical index. 12 年 前
  Aymeric Augustin 7ee7599ab3 Removed versionadded/changed annotations dating back to 1.4. 12 年 前
  Tim Graham 15202baace Fixed #17058 - Clarified where extras/csrf_migration_helper.py is located 12 年 前
  Tim Graham e376558ed2 Fixed #16936 - Updated javascript for CSRF protection. 12 年 前
  Aymeric Augustin c28e700c7e Removed references to changes made in 1.2. 12 年 前
  Aymeric Augustin 17f3e9258e Fixed #18397 -- Avoided referencing lawrence.com. 12 年 前
  Carl Meyer 8cadf1d79a Fixed #17790 - Made the Ajax CSRF jQuery example work with jQuery in compatibility mode, too. Thanks Jonathan Hayward for the suggestion. 13 年 前
  Luke Plant 0447cc1231 Added versionadded info for ensure_csrf_cookie decorator 13 年 前
  Luke Plant 59b2439e7e Fixed ReST typo in CSRF docs. 13 年 前
  Adrian Holovaty 937213c2c3 Edited csrf.txt changes from [17299] 13 年 前
  Aymeric Augustin 39201d8fe5 Fixed #16704 -- Documented how to insert the CSRF token outside of Django's own template engine. Thanks paulcwatts and bpeschier for the patch. 13 年 前
  Timo Graham c29e089000 Fixed #17105 - Typos in docs/ref/contrib/csrf.txt; thanks googol for the report. 13 年 前
  Luke Plant d1e5c55258 Fixed many more ReST indentation errors, somehow accidentally missed from [16955] 13 年 前
  Ramiro Morales 932b1b8d6d Converted links to external topics so they use intersphinx extension markup. 13 年 前
  Jannis Leidel 566b3295fa Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl. 13 年 前
  Timo Graham f3bf62230a Fixed #16606 - Typo in docs/ref/contrib/csrf.txt; thanks selwin. 13 年 前
  Brian Rosner 99cd76e273 Added a note about the AJAX CSRF example not working on jQuery 1.5 13 年 前
  Carl Meyer 0e03a504bf Refs #15855 -- Recommended the csrf_protect decorator rather than vary_on_cookie as workaround for cache_page caching the response before it gets to middleware. 14 年 前
  Luke Plant 528157ce73 Fixed #14201 - Add a "security overview" page to the docs 14 年 前
  Ramiro Morales 50ad59527c Tweaked some `render_to_response` links in the documentation. 14 年 前
  Simon Meers 5ecb88c146 Fixed #16014 -- numerous documentation typos -- thanks psmith. 14 年 前
  Luke Plant 396bc58889 Updated AJAX example code in CSRF docs to be consistent regarding what are safe HTTP methods 14 年 前
  Luke Plant cb060f0f34 Fixed #15258 - Ajax CSRF protection doesn't apply to PUT or DELETE requests 14 年 前
  Luke Plant 8cbcf1d3a6 Fixed #14134 - ability to set cookie 'path' and 'secure' attributes of CSRF cookie 14 年 前
  Luke Plant a75120927e Added 'settings' section to CSRF docs, eliminating the unneeded 'Subdomains' section 14 年 前
  Luke Plant d3641d889b Clarified wording about use of 2 decorators in CSRF docs 14 年 前
  Luke Plant bf7af2be15 Added clarifying note to docs for CSRF_COOKIE_DOMAIN 14 年 前
  Luke Plant b6c5f8060d Fixed #15354 - provide method to ensure CSRF token is always available for AJAX requests 14 年 前