summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/request-response.txt14
-rw-r--r--docs/releases/1.9.txt7
2 files changed, 21 insertions, 0 deletions
diff --git a/docs/ref/request-response.txt b/docs/ref/request-response.txt
index 41e6d3dcdc..ffe2bf4cd3 100644
--- a/docs/ref/request-response.txt
+++ b/docs/ref/request-response.txt
@@ -629,6 +629,13 @@ Attributes
The HTTP reason phrase for the response.
+ .. versionchanged:: 1.9
+
+ ``reason_phrase`` no longer defaults to all capital letters. It now
+ uses the `HTTP standard's`_ default reason phrases.
+
+ .. _`HTTP standard's`: https://www.ietf.org/rfc/rfc2616.txt
+
.. attribute:: HttpResponse.streaming
This is always ``False``.
@@ -980,6 +987,13 @@ Attributes
The HTTP reason phrase for the response.
+ .. versionchanged:: 1.9
+
+ ``reason_phrase`` no longer defaults to all capital letters. It now
+ uses the `HTTP standard's`_ default reason phrases.
+
+ .. _`HTTP standard's`: https://www.ietf.org/rfc/rfc2616.txt
+
.. attribute:: StreamingHttpResponse.streaming
This is always ``True``.
diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt
index e15c1d9b60..e51d3b0afe 100644
--- a/docs/releases/1.9.txt
+++ b/docs/releases/1.9.txt
@@ -171,6 +171,13 @@ Miscellaneous
* CSS and images in ``contrib.admin`` to support Internet Explorer 6 & 7 have
been removed as these browsers have reached end-of-life.
+* ``django.http.responses.REASON_PHRASES`` and
+ ``django.core.handlers.wsgi.STATUS_CODE_TEXT`` have been removed. Use
+ Python's stdlib instead: :data:`http.client.responses` for Python 3 and
+ `httplib.responses`_ for Python 2.
+
+ .. _`httplib.responses`: https://docs.python.org/2/library/httplib.html#httplib.responses
+
.. _deprecated-features-1.9:
Features deprecated in 1.9