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:13:18 +0200 |
| commit | dd5173ca1b3e65f8664ad90b81cba032826991dc (patch) | |
| tree | b051ad1792ba73213b2e9c5aed81102c876cf42e /docs/releases/3.1.txt | |
| parent | 493b26bbfc9cc0ad223ece131741cba2312ced0f (diff) | |
Fixed #31892 -- Added backward incompatibility note about Media <script> tags changes.
Refs 31080.
Diffstat (limited to 'docs/releases/3.1.txt')
| -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 |
