summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.8.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/releases/1.8.txt b/docs/releases/1.8.txt
index 3e241aff27..50d27aceb8 100644
--- a/docs/releases/1.8.txt
+++ b/docs/releases/1.8.txt
@@ -188,7 +188,11 @@ Templates
Requests and Responses
^^^^^^^^^^^^^^^^^^^^^^
-* ...
+* ``WSGIRequest`` now respects paths starting with ``//``.
+
+* The :meth:`HttpRequest.build_absolute_uri()
+ <django.http.HttpRequest.build_absolute_uri>` method now handles paths
+ starting with ``//`` correctly.
Tests
^^^^^