1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #33446 -- Added CSS source map support to ManifestStaticFilesStorage.

This commit is contained in:
Adam Johnson
2022-01-18 09:06:19 +00:00
committed by Mariusz Felisiak
parent fac26684fd
commit dc8bb35e39
7 changed files with 41 additions and 3 deletions

View File

@@ -139,7 +139,8 @@ Minor features
:mod:`django.contrib.staticfiles`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* ...
* :class:`~django.contrib.staticfiles.storage.ManifestStaticFilesStorage` now
replaces paths to CSS source map references with their hashed counterparts.
:mod:`django.contrib.syndication`
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~