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

Fixed #32383 -- Added source map support to ManifestStaticFilesStorage.

This commit is contained in:
Adam Johnson
2021-01-26 23:10:00 +00:00
committed by Mariusz Felisiak
parent 9ee693bd6c
commit e32722d160
7 changed files with 48 additions and 9 deletions

View File

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