HttpRequest.get_full_path()
[source]
Returns the path
, plus an appended query string, if applicable.
Example: "/music/bands/the_beatles/?print=true"
HttpRequest.get_full_path()
[source]
Returns the path
, plus an appended query string, if applicable.
Example: "/music/bands/the_beatles/?print=true"
Please login to continue.