summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAdam Johnson <me@adamj.eu>2020-02-04 12:03:13 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-02-04 12:21:45 +0100
commit85cb59cba9f5d3ba09281f7e18b2a3d4368378c9 (patch)
tree6976c3518424a8875265c10a575e3cc82817749e /docs
parentdd9cd7923ed62a53e101ce2c3caea37e24d66c0a (diff)
Fixed typo in docs/releases/3.1.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.1.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt
index a09da6dd30..aaf64b2e2b 100644
--- a/docs/releases/3.1.txt
+++ b/docs/releases/3.1.txt
@@ -475,8 +475,8 @@ Miscellaneous
``django-admin``.
* The ``HttpRequest.is_ajax()`` method is deprecated as it relied on a
- jQuery-specific way of signifying AJAX calls, while the current usage tends
- to use the JavaScript `Fetch API
+ jQuery-specific way of signifying AJAX calls, while current usage tends to
+ use the JavaScript `Fetch API
<https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API>`_. Depending on
your use case, you can either write your own AJAX detection method, or use
the new :meth:`.HttpRequest.accepts` method if your code depends on the