diff options
| author | Tim Graham <timograham@gmail.com> | 2014-06-09 11:53:09 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-06-09 11:53:09 -0400 |
| commit | dd551326433241f321fef9177e9487fef13348db (patch) | |
| tree | 6f9cc9bc95ba694a0ce05748d4c36f1433813b7e /docs | |
| parent | 3a926c077863f0491ef66edbe451ee67c8fe59df (diff) | |
Removed extras/csrf_migration_helper.py
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/csrf.txt | 4 |
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 |
