[3.1.x] Fixed #31892 -- Added backward incompatibility note about Media <script> tags changes.

Refs 31080.

Backport of dd5173ca1b from master
This commit is contained in:
Jon Dufresne 2020-08-16 11:12:46 -07:00 committed by Mariusz Felisiak
parent 18e87ac85f
commit c5a804207d
1 changed files with 4 additions and 0 deletions

View File

@ -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