1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Stopped including type="text/css" attributes for CSS link tags.

This commit is contained in:
Claude Paroz
2022-01-21 15:46:37 +01:00
parent 9dc65263d4
commit 7c4f396509
19 changed files with 105 additions and 97 deletions

View File

@@ -366,6 +366,9 @@ Miscellaneous
:attr:`~django.contrib.admin.ModelAdmin.inlines` attributes now default to an
empty tuple rather than an empty list to discourage unintended mutation.
* The ``type="text/css"`` attribute is no longer included in ``<link>`` tags
for CSS :doc:`form media </topics/forms/media>`.
.. _deprecated-features-4.1:
Features deprecated in 4.1