summaryrefslogtreecommitdiff
path: root/docs
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:23:56 +0200
commitfa4e963ee7e6876581b5432363603571839ba00c (patch)
treef5aff7aa42ac6224d390e78da4288e2cf9c12c38 /docs
parentc2e6047c725e26987c87e2be59f2ab4bf9828fa5 (diff)
Doc'd that HttpRequest.path doesn't contain a query string.
Diffstat (limited to 'docs')
-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 06a3bfee6d..a34880a4be 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/"``