diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2010-02-27 21:00:38 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2010-02-27 21:00:38 +0000 |
| commit | 9f592ecced6c489c3f2feb418f9005bebc189cd6 (patch) | |
| tree | 92e79c62a01388a052126a50b0d86a056aec6031 /docs | |
| parent | 9fab1467c734a92dfec0ccae27fe841d3b4a3c33 (diff) | |
Fixed #12964 - wrong path for CSRF decorators in upgrading notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12618 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/csrf.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/csrf.txt b/docs/ref/contrib/csrf.txt index 6cf7da13de..d8a944b10a 100644 --- a/docs/ref/contrib/csrf.txt +++ b/docs/ref/contrib/csrf.txt @@ -178,9 +178,9 @@ continue to work for now, but they are deprecated and will be removed in Django django.contrib.csrf.middleware.CsrfMiddleware django.middleware.csrf.CsrfMiddleware django.contrib.csrf.middleware.CsrfViewMiddleware django.middleware.csrf.CsrfViewMiddleware django.contrib.csrf.middleware.CsrfResponseMiddleware django.middleware.csrf.CsrfResponseMiddleware -django.contrib.csrf.middleware.csrf_exempt django.views.decorators.csrf_exempt -django.contrib.csrf.middleware.csrf_view_exempt django.views.decorators.csrf_view_exempt -django.contrib.csrf.middleware.csrf_response_exempt django.views.decorators.csrf_response_exempt +django.contrib.csrf.middleware.csrf_exempt django.views.decorators.csrf.csrf_exempt +django.contrib.csrf.middleware.csrf_view_exempt django.views.decorators.csrf.csrf_view_exempt +django.contrib.csrf.middleware.csrf_response_exempt django.views.decorators.csrf.csrf_response_exempt ====================================================== ============================================== You should update any imports, and also the paths in your |
