summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/csrf.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/ref/contrib/csrf.txt b/docs/ref/contrib/csrf.txt
index 4c37f7448c..b1dd2a0ff0 100644
--- a/docs/ref/contrib/csrf.txt
+++ b/docs/ref/contrib/csrf.txt
@@ -72,10 +72,6 @@ To enable CSRF protection for your views, follow these steps:
:func:`~django.shortcuts.render_to_response()` wrapper that takes care
of this step for you.
-The utility script ``extras/csrf_migration_helper.py`` (located in the Django
-distribution, but not installed) can help to automate the finding of code and
-templates that may need these steps. It contains full help on how to use it.
-
.. _csrf-ajax:
AJAX