Author: lukeplant Date: 2011-11-12 10:50:50 -0800 (Sat, 12 Nov 2011) New Revision: 17087
Modified: django/trunk/docs/releases/1.4.txt Log: Fixed typo in 1.4 release notes. Modified: django/trunk/docs/releases/1.4.txt =================================================================== --- django/trunk/docs/releases/1.4.txt 2011-11-12 18:47:51 UTC (rev 17086) +++ django/trunk/docs/releases/1.4.txt 2011-11-12 18:50:50 UTC (rev 17087) @@ -704,7 +704,7 @@ 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 <csrf-ajax>`. ``django.core.template_loaders`` -- You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.
