瀏覽代碼

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

David D Lowe 4 年之前
父節點
當前提交
fa4e963ee7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/ref/request-response.txt

+ 1 - 1
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/"``