summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-06-09 11:53:09 -0400
committerTim Graham <timograham@gmail.com>2014-06-09 11:53:09 -0400
commitdd551326433241f321fef9177e9487fef13348db (patch)
tree6f9cc9bc95ba694a0ce05748d4c36f1433813b7e /docs/ref
parent3a926c077863f0491ef66edbe451ee67c8fe59df (diff)
Removed extras/csrf_migration_helper.py
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