mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
This reverts commit 91e21836f6.
`export` and `import` directives have several syntax variants and not
all of them were properly covered.
Thanks Hervé Le Roy for the report.
This commit is contained in:
@@ -217,10 +217,6 @@ Minor features
|
||||
replaces paths to JavaScript source map references with their hashed
|
||||
counterparts.
|
||||
|
||||
* :class:`~django.contrib.staticfiles.storage.ManifestStaticFilesStorage` now
|
||||
replaces paths to JavaScript modules in ``import`` and ``export`` statements
|
||||
with their hashed counterparts.
|
||||
|
||||
* The new ``manifest_storage`` argument of
|
||||
:class:`~django.contrib.staticfiles.storage.ManifestFilesMixin` and
|
||||
:class:`~django.contrib.staticfiles.storage.ManifestStaticFilesStorage`
|
||||
|
||||
Reference in New Issue
Block a user