Removed extras/csrf_migration_helper.py

This commit is contained in:
Tim Graham 2014-06-09 11:53:09 -04:00
parent 3a926c0778
commit dd55132643
2 changed files with 0 additions and 360 deletions

View file

@ -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