mirror of
https://github.com/django/django.git
synced 2025-04-10 08:19:39 +00:00
[3.2.x] Doc'd that HttpRequest.path doesn't contain a query string.
Backport of fa4e963ee7e6876581b5432363603571839ba00c from main
This commit is contained in:
parent
a173202dd4
commit
33dec7b13b
@ -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/"``
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user