diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.2.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index 39235aa224..68392161e3 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -523,6 +523,10 @@ Miscellaneous .. _`redis-py`: https://pypi.org/project/redis/ +* Manually instantiated ``WSGIRequest`` objects must be provided a file-like + object for ``wsgi.input``. Previously, Django was more lax than the expected + behavior as specified by the WSGI specification. + .. _deprecated-features-4.2: Features deprecated in 4.2 |
