mirror of
https://github.com/django/django.git
synced 2024-11-29 14:46:18 +01:00
Fixed typo in 1.4 release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17087 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
3fa49c4e6e
commit
eb81f979a8
@ -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 <csrf-ajax>`.
|
||||
|
||||
``django.core.template_loaders``
|
||||
|
Loading…
Reference in New Issue
Block a user