Changeset 9555
- Timestamp:
- 12/02/08 18:44:12 (1 month ago)
- Files:
-
- django/trunk/docs/ref/contrib/csrf.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/ref/contrib/csrf.txt
r9554 r9555 32 32 Exceptions 33 33 ---------- 34 35 .. versionadded:: 1.1 34 36 35 37 To manually exclude a view function from being handled by the … … 83 85 replaced instead of using ``CsrfMiddleware``. 84 86 87 .. versionchanged:: 1.1 88 (previous versions of Django did not provide these two components 89 of ``CsrfMiddleware`` as described above) 90 85 91 .. _9.1.1 Safe Methods, HTTP 1.1, RFC 2616: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html 86 92
