From fa4e963ee7e6876581b5432363603571839ba00c Mon Sep 17 00:00:00 2001 From: David D Lowe Date: Wed, 18 Nov 2020 10:33:09 +0100 Subject: [PATCH] Doc'd that HttpRequest.path doesn't contain a query string. --- docs/ref/request-response.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt index 06a3bfee6d571..a34880a4be69d 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/"``