summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid D Lowe <daviddlowe.flimm@gmail.com>2020-11-18 10:33:09 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-05-19 11:58:35 +0200
commit33dec7b13bdaa570520b5750e22b760b0b7814ab (patch)
treece20422cd48fafc07ef441c1d6ec8fe6e2d7912b
parenta173202dd475a454164bf4eeb528f183a85481c5 (diff)
[3.2.x] Doc'd that HttpRequest.path doesn't contain a query string.
Backport of fa4e963ee7e6876581b5432363603571839ba00c from main
-rw-r--r--docs/ref/request-response.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index b4bcc22122..de67c95653 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -51,7 +51,7 @@ All attributes should be considered read-only, unless stated otherwise.
.. attribute:: HttpRequest.path
A string representing the full path to the requested page, not including
- the scheme or domain.
+ the scheme, domain, or query string.
Example: ``"/music/bands/the_beatles/"``