From a1b2c1d76ec4b7ca396b015a0616a1f8a1845066 Mon Sep 17 00:00:00 2001 From: Josh Schneier Date: Wed, 26 Apr 2017 14:17:41 -0400 Subject: Fixed #28137 -- Deprecated HttpRequest.xreadlines(). --- docs/internals/deprecation.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index e9eb6b24cf..cee80fdbe2 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -21,6 +21,8 @@ details on these changes. * The ``DEFAULT_CONTENT_TYPE`` setting will be removed. +* ``HttpRequest.xreadlines()`` will be removed. + .. _deprecation-removed-in-2.1: 2.1 -- cgit v1.3