1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Refs #28137 -- Removed HttpRequest.xreadlines() per deprecation timeline.

This commit is contained in:
Tim Graham
2018-12-27 19:58:22 -05:00
parent 8045dff98c
commit 7c66aaa2b6
2 changed files with 2 additions and 9 deletions

View File

@@ -242,6 +242,8 @@ to remove usage of these features.
* The ``DEFAULT_CONTENT_TYPE`` setting is removed.
* ``HttpRequest.xreadlines()`` is removed.
See :ref:`deprecated-features-2.1` for details on these changes, including how
to remove usage of these features.