diff options
| author | sage <laymonage@gmail.com> | 2019-03-27 11:40:10 +0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2019-03-29 09:43:49 -0400 |
| commit | 9aa56cb0d5dede7fc176a46c745dfd3dacdad773 (patch) | |
| tree | 4dfd4aed31297ccaf8b0b03e1db56cfd0e980af6 /docs/releases | |
| parent | 879cc3da6249e920b8d54518a0ae06de835d7373 (diff) | |
Fixed #30294 -- Allowed HttpResponse to accept memoryview content.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/3.0.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt index 33fa6ddfe0..11257b70be 100644 --- a/docs/releases/3.0.txt +++ b/docs/releases/3.0.txt @@ -188,7 +188,8 @@ Models Requests and Responses ~~~~~~~~~~~~~~~~~~~~~~ -* ... +* Allowed :class:`~django.http.HttpResponse` to be initialized with + :class:`memoryview` content. Serialization ~~~~~~~~~~~~~ |
