Django

Code

Changeset 2868

Show
Ignore:
Timestamp:
05/08/06 18:03:08 (2 years ago)
Author:
lukeplant
Message:

Added CsrfMiddleware? to contrib, and documentation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/add_ons.txt

    r2809 r2868  
    5858.. _syndication documentation: http://www.djangoproject.com/documentation/syndication/ 
    5959 
     60csrf 
     61==== 
     62 
     63A middleware for preventing Cross Site Request Forgeries 
     64 
     65See the `csrf documentation`_. 
     66 
     67.. _csrf documentation: http://www.djangoproject.com/documentation/csrf/ 
     68 
     69 
    6070Other add-ons 
    6171=============