1
0
mirror of https://github.com/django/django.git synced 2025-01-31 20:59:17 +00:00

Doc'd that HttpRequest.path doesn't contain a query string.

This commit is contained in:
David D Lowe 2020-11-18 10:33:09 +01:00 committed by Mariusz Felisiak
parent c2e6047c72
commit fa4e963ee7

View File

@ -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/"``