1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Fixed #28720 -- Added HttpRequest.get_full_path_info().

This commit is contained in:
Jonas Haag
2017-11-07 21:58:05 +01:00
committed by Tim Graham
parent 3e7497a05e
commit a2851f204c
4 changed files with 24 additions and 5 deletions

View File

@@ -159,7 +159,7 @@ Models
Requests and Responses
~~~~~~~~~~~~~~~~~~~~~~
* ...
* Added :meth:`.HttpRequest.get_full_path_info`.
Serialization
~~~~~~~~~~~~~