mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Removed extras/csrf_migration_helper.py
This commit is contained in:
parent
3a926c0778
commit
dd55132643
2 changed files with 0 additions and 360 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue