summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2012-09-29 16:41:55 -0400
committerTim Graham <timograham@gmail.com>2012-09-29 16:41:55 -0400
commit15202baace1453e7576806f13d137ae930de6dcb (patch)
tree54477c41f5b1376a4d30531d8982d646d709096b
parent6a6f589bfe4d03c3de04753330c307832cd2dcbe (diff)
Fixed #17058 - Clarified where extras/csrf_migration_helper.py is located
-rw-r--r--docs/ref/contrib/csrf.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/csrf.txt b/docs/ref/contrib/csrf.txt
index 8d352ff8b2..32d8a705bc 100644
--- a/docs/ref/contrib/csrf.txt
+++ b/docs/ref/contrib/csrf.txt
@@ -72,9 +72,9 @@ 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`` can help to automate the
-finding of code and templates that may need these steps. It contains full help
-on how to use it.
+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: