Django

Code

Changeset 9555

Show
Ignore:
Timestamp:
12/02/08 18:44:12 (1 month ago)
Author:
lukeplant
Message:

Updated csrf docs with 'versionadded' info

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/ref/contrib/csrf.txt

    r9554 r9555  
    3232Exceptions 
    3333---------- 
     34 
     35.. versionadded:: 1.1 
    3436 
    3537To manually exclude a view function from being handled by the 
     
    8385replaced instead of using ``CsrfMiddleware``. 
    8486 
     87.. versionchanged:: 1.1 
     88    (previous versions of Django did not provide these two components 
     89    of ``CsrfMiddleware`` as described above) 
     90 
    8591.. _9.1.1 Safe Methods, HTTP 1.1, RFC 2616: http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html 
    8692