From eb81f979a8d794a2e2beef9b4d5255fd519c536b Mon Sep 17 00:00:00 2001 From: Luke Plant Date: Sat, 12 Nov 2011 18:50:50 +0000 Subject: [PATCH] Fixed typo in 1.4 release notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17087 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/releases/1.4.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.4.txt b/docs/releases/1.4.txt index eff5a99ebfe..49284fb90bf 100644 --- a/docs/releases/1.4.txt +++ b/docs/releases/1.4.txt @@ -704,7 +704,7 @@ AJAX applications is becoming more common, we now protect all methods not defined as safe by :rfc:`2616` i.e. we exempt GET, HEAD, OPTIONS and TRACE, and enforce protection on everything else. -If you using PUT or DELETE methods in AJAX applications, please see the +If you are using PUT or DELETE methods in AJAX applications, please see the :ref:`instructions about using AJAX and CSRF `. ``django.core.template_loaders``