Fixed #28137 -- Deprecated HttpRequest.xreadlines().

This commit is contained in:
Josh Schneier 2017-04-26 14:17:41 -04:00 committed by Tim Graham
parent 278a09ac1f
commit a1b2c1d76e
4 changed files with 14 additions and 3 deletions

View file

@ -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