Changeset 2868
- Timestamp:
- 05/08/06 18:03:08 (2 years ago)
- Files:
-
- django/trunk/django/contrib/csrf (added)
- django/trunk/django/contrib/csrf/__init__.py (added)
- django/trunk/django/contrib/csrf/middleware.py (added)
- django/trunk/docs/add_ons.txt (modified) (1 diff)
- django/trunk/docs/csrf.txt (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/add_ons.txt
r2809 r2868 58 58 .. _syndication documentation: http://www.djangoproject.com/documentation/syndication/ 59 59 60 csrf 61 ==== 62 63 A middleware for preventing Cross Site Request Forgeries 64 65 See the `csrf documentation`_. 66 67 .. _csrf documentation: http://www.djangoproject.com/documentation/csrf/ 68 69 60 70 Other add-ons 61 71 =============
