Changeset 6984
- Timestamp:
- 01/01/08 23:13:46 (1 year ago)
- Files:
-
- django/trunk/docs/middleware.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/middleware.txt
r6947 r6984 154 154 155 155 .. _Authentication in Web requests: ../authentication/#authentication-in-web-requests 156 157 django.contrib.csrf.middleware.CsrfMiddleware 158 --------------------------------------------- 159 160 **New in Django development version** 161 162 Adds protection against Cross Site Request Forgeries by adding hidden form 163 fields to POST forms and checking requests for the correct value. See the 164 `Cross Site Request Forgery protection documentation`_. 165 166 .. _`Cross Site Request Forgery protection documentation`: ../csrf/ 156 167 157 168 django.middleware.transaction.TransactionMiddleware
