diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2012-02-27 14:40:36 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2012-02-27 14:40:36 +0000 |
| commit | 0447cc123118c4740ccc6e25914f0e30308da55e (patch) | |
| tree | 1ad5c887bbcdb1114d9773004d6017b10058b437 /docs/ref | |
| parent | 59b2439e7e7aeba44ab52082f9014898104a0141 (diff) | |
Added versionadded info for ensure_csrf_cookie decorator
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/csrf.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ref/contrib/csrf.txt b/docs/ref/contrib/csrf.txt index fa1ae7a6ce..564f3b58b6 100644 --- a/docs/ref/contrib/csrf.txt +++ b/docs/ref/contrib/csrf.txt @@ -349,6 +349,8 @@ Utilities .. function:: ensure_csrf_cookie(view) + .. versionadded:: 1.4 + This decorator forces a view to send the CSRF cookie. Scenarios |
