diff options
| author | Josh Schneier <josh.schneier@gmail.com> | 2017-04-26 14:17:41 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-26 19:39:22 -0400 |
| commit | a1b2c1d76ec4b7ca396b015a0616a1f8a1845066 (patch) | |
| tree | faaf81c21a80311ecd8582c7f77666fdc4487280 /docs/internals | |
| parent | 278a09ac1f410cf4e3472146324feded2e2c18b3 (diff) | |
Fixed #28137 -- Deprecated HttpRequest.xreadlines().
Diffstat (limited to 'docs/internals')
| -rw-r--r-- | docs/internals/deprecation.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
