diff options
| author | Jon Dufresne <jon.dufresne@gmail.com> | 2020-08-16 11:12:46 -0700 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2020-08-17 10:51:44 +0200 |
| commit | c5a804207d4dc8d224810bb39ec0020b0720deae (patch) | |
| tree | 923dea091c6a3724e2cb6c31e2747a226d935ba3 | |
| parent | 18e87ac85f450af8fe90a8bd01d6a92cc7b87ce4 (diff) | |
[3.1.x] Fixed #31892 -- Added backward incompatibility note about Media <script> tags changes.
Refs 31080.
Backport of dd5173ca1b3e65f8664ad90b81cba032826991dc from master
| -rw-r--r-- | docs/releases/3.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/3.1.txt b/docs/releases/3.1.txt index f44bef411d..52e09b4d1d 100644 --- a/docs/releases/3.1.txt +++ b/docs/releases/3.1.txt @@ -720,6 +720,10 @@ Miscellaneous * The minimum supported version of ``asgiref`` is increased from 3.2 to 3.2.10. +* The :doc:`Media </topics/forms/media>` class now renders ``<script>`` tags + without the ``type`` attribute to follow `WHATWG recommendations + <https://html.spec.whatwg.org/multipage/scripting.html#the-script-element>`_. + .. _deprecated-features-3.1: Features deprecated in 3.1 |
